Nuke.Cola
Loading...
Searching...
No Matches
Nuke.Cola.Tooling.WingetTasks Class Reference

Microsofts official command line package manager for windows. More...

Static Package Functions

static void Setup ()
 

Properties

static ValueOrError< Tool > EnsureWinget [get]
 Get Winget or an error if setup has failed (or if we're not running on Windows).
 
static Tool Winget [get]
 Get Winget. It throws an exception if setup has failed (or if we're not running on Windows).
 

Detailed Description

Microsofts official command line package manager for windows.

Definition at line 16 of file WingetTasks.cs.

Member Function Documentation

◆ Setup()

static void Nuke.Cola.Tooling.WingetTasks.Setup ( )
staticpackage

Definition at line 18 of file WingetTasks.cs.

Property Documentation

◆ EnsureWinget

ValueOrError<Tool> Nuke.Cola.Tooling.WingetTasks.EnsureWinget
staticget

Get Winget or an error if setup has failed (or if we're not running on Windows).

Definition at line 59 of file WingetTasks.cs.

◆ Winget

Tool Nuke.Cola.Tooling.WingetTasks.Winget
staticget

Get Winget. It throws an exception if setup has failed (or if we're not running on Windows).

Definition at line 64 of file WingetTasks.cs.


The documentation for this class was generated from the following file: