C# 클래스 Code.Cake.DotNetSupport

Provides extension methods for Cake context.
파일 보기 프로젝트 열기: SimpleGitVersion/SGV-Net

공개 메소드들

메소드 설명
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.

메소드 상세

DotNetBuild() 공개 정적인 메소드

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

DotNetPack() 공개 정적인 메소드

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

DotNetRestore() 공개 정적인 메소드

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