Skip to content

Commit b60cf6f

Browse files
committed
Set var
1 parent 6de7aca commit b60cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vsts-prebuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ($IsRtmBuild.ToLower() -eq "false")
1919
{
2020
if ($null -ne $Branch -and $Branch -like "refs/heads/rel/*")
2121
{
22-
$BuildSuffix -replace "preview", "release"
22+
$BuildSuffix = $BuildSuffix -replace "preview", "release"
2323
}
2424

2525
$packageVersion = $buildPrefix+"-"+$buildSuffix

0 commit comments

Comments
 (0)