NuGet Packager with version using build number, adding -beta
问题 My goal is to deploy NuGet packages (to in-house Nuget server) that auto-increment the version based on date and last Rev, and include a -beta tag. I am using VSTS to build and package using cake, with a build number format of $(BuildDefinitionName)_2.0.$(Date:yyMMdd)$(Rev:.r) . I have a .nuspec manifest file that specifies: $version$ , and a NuGet Packager as such: This works great. But now, I want to have the option of a NuGet packager that produces a package that is tagged as beta, and