diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 8705804..59f4569 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -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. Please make sure you have entered the correct info the env" exit 1 }