Skip to content

Commit

Permalink
Set var
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 8, 2020
1 parent 6de7aca commit b60cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vsts-prebuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ($IsRtmBuild.ToLower() -eq "false")
{
if ($null -ne $Branch -and $Branch -like "refs/heads/rel/*")
{
$BuildSuffix -replace "preview", "release"
$BuildSuffix = $BuildSuffix -replace "preview", "release"
}

$packageVersion = $buildPrefix+"-"+$buildSuffix
Expand Down

0 comments on commit b60cf6f

Please sign in to comment.