Skip to content

Commit 5935905

Browse files
committed
try print env var
1 parent 3f5fb4c commit 5935905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/build_win.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cd "$PSScriptRoot\.."
22

3+
Write-Host "Force release: $env:FORCE_RELEASE / $Env:FORCE_RELEASE"
4+
35
if ("$Env:FORCE_RELEASE" -eq "ON") {
46
Out-File -FilePath prerelease.txt
57
}

0 commit comments

Comments
 (0)