Max Katz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
nukebuild/BuildParameters.cs
|
|
|
@ -126,7 +126,7 @@ public partial class Build |
|
|
|
if (!IsNuGetRelease) |
|
|
|
{ |
|
|
|
// Use AssemblyVersion with Build as version
|
|
|
|
Version += "-cibuild" + int.Parse(Environment.GetEnvironmentVariable("BUILD_BUILDID")).ToString("0000000") + "-beta"; |
|
|
|
Version += "-cibuild" + int.Parse(Environment.GetEnvironmentVariable("BUILD_BUILDID")).ToString("0000000") + "-alpha"; |
|
|
|
} |
|
|
|
|
|
|
|
PublishTestResults = true; |
|
|
|
|