fix(build): minor change to the build system to trigger new tags
This commit is contained in:
@@ -21,7 +21,7 @@ if (Test-Path $envFile) {
|
||||
}
|
||||
|
||||
if (-not $env:BUILD_NAME) {
|
||||
Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file."
|
||||
Write-Warning "BUILD_NAME environment variable is not set. Cannot create BUILD_NUMBER file"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user