Skip to content

Commit 5594674

Browse files
authored
Make sure the daily coordinated build, knows it is a daily bui… (PowerShell#10464)
1 parent d59bd44 commit 5594674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/setReleaseTag.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if($ReleaseTag -eq 'fromBranch' -or !$ReleaseTag)
7070
New-BuildInfoJson -ReleaseTag $releaseTag
7171
}
7272
}
73-
if($Branch -eq 'master' -or $Branch -like '*dailytest*')
73+
if($branchOnly -eq 'master' -or $branchOnly -like '*dailytest*')
7474
{
7575
$isDaily = $true
7676
Write-verbose "daily build" -verbose

0 commit comments

Comments
 (0)