C# Class Code.Cake.DotNetSupport

Provides extension methods for Cake context.
Afficher le fichier Open project: SimpleGitVersion/SGV-Net

Méthodes publiques

Méthode Description
DotNetBuild ( this context, Action config ) : void

Runs dotnet build.

DotNetPack ( this context, Action config ) : void

Runs dotnet pack.

DotNetRestore ( this context, Action config ) : void

Runs dotnet restore.

Method Details

DotNetBuild() public static méthode

Runs dotnet build.
public static DotNetBuild ( this context, Action config ) : void
context this This cake context.
config Action The configuration to use.
Résultat void

DotNetPack() public static méthode

Runs dotnet pack.
public static DotNetPack ( this context, Action config ) : void
context this This cake context.
config Action The configuration to use.
Résultat void

DotNetRestore() public static méthode

Runs dotnet restore.
public static DotNetRestore ( this context, Action config ) : void
context this This cake context.
config Action The configuration to use.
Résultat void