We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed42e4 commit 6de7acaCopy full SHA for 6de7aca
scripts/vsts-prebuild.ps1
@@ -17,7 +17,7 @@ $buildPrefix = $TpVersion.Trim()
17
18
if ($IsRtmBuild.ToLower() -eq "false")
19
{
20
- if ($null -ne $Branch -and $Branch -like "rel/*")
+ if ($null -ne $Branch -and $Branch -like "refs/heads/rel/*")
21
22
$BuildSuffix -replace "preview", "release"
23
}
0 commit comments