diff --git a/code/tools/ci/build_server_windows.ps1 b/code/tools/ci/build_server_windows.ps1 index eee08d71d7..ffeab61295 100644 --- a/code/tools/ci/build_server_windows.ps1 +++ b/code/tools/ci/build_server_windows.ps1 @@ -29,7 +29,7 @@ try { $ctx.startBuild() - if ($ctx.IsPublicBuild) { + if ($ctx.IsRetailBuild) { Invoke-LogSection "Creating tag" { Invoke-CreateGitTag -Context $ctx -Versions $versions }.GetNewClosure()