Skip to content

AntVoice/fb2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntVoiceBuild (from sergii-s IncrementalBuild)

Build Process to only build and deploy changed projects in a single repository environment.

Deploy AntVoiceBuild on NuGet or locally

You can try to build and deploy the build library in any NuGet repository. To so so you can use the command :

BUILD_NUMBER=20210518.1 NUGET_SOURCE=https://your-repo.example.com/repository/nuget-hosted/ NUGET_KEY=my-nuget-repo-key dotnet fake run build.fsx -- -t Nuget-publish

Or if you only want to check the nupkg generated :

BUILD_NUMBER=20210518.x OUTPUT_PATH=/my/path/ dotnet fake run build.fsx -- -t Nuget-publish-local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 99.7%
  • Shell 0.3%