We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5fb4c commit 5935905Copy full SHA for 5935905
.circleci/build_win.ps1
@@ -1,5 +1,7 @@
1
cd "$PSScriptRoot\.."
2
3
+Write-Host "Force release: $env:FORCE_RELEASE / $Env:FORCE_RELEASE"
4
+
5
if ("$Env:FORCE_RELEASE" -eq "ON") {
6
Out-File -FilePath prerelease.txt
7
}
0 commit comments