refactor(build): changed the wording to understand the error when the .env missing

This commit is contained in:
2025-07-14 21:56:16 -05:00
parent d097988dfd
commit b72a10db94

View File

@@ -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
}