|
|
@@ -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;
|