We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de7aca commit b60cf6fCopy full SHA for b60cf6f
scripts/vsts-prebuild.ps1
@@ -19,7 +19,7 @@ if ($IsRtmBuild.ToLower() -eq "false")
19
{
20
if ($null -ne $Branch -and $Branch -like "refs/heads/rel/*")
21
22
- $BuildSuffix -replace "preview", "release"
+ $BuildSuffix = $BuildSuffix -replace "preview", "release"
23
}
24
25
$packageVersion = $buildPrefix+"-"+$buildSuffix
0 commit comments