Skip to content

Commit 01bedf8

Browse files
committed
test print
1 parent 96e1d82 commit 01bedf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/compile_resources.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ pyside6-rcc './res/resources.qrc' -o './src/gen/resources_rc.py'
1010
Write-Host 'Generated code from .ui files'
1111

1212
$build_vars_path = "$PSScriptRoot/../src/gen/build_vars.py"
13+
Write-Host "Env:GITHUB_EXCLUDE_BUILD_NUMBER: `"$Env:GITHUB_EXCLUDE_BUILD_NUMBER`""
14+
Write-Host $($Env:GITHUB_EXCLUDE_BUILD_NUMBER -eq $true)
15+
Write-Host $($Env:GITHUB_EXCLUDE_BUILD_NUMBER -eq $false)
16+
Write-Host $($Env:GITHUB_EXCLUDE_BUILD_NUMBER -eq 'true')
17+
Write-Host $($Env:GITHUB_EXCLUDE_BUILD_NUMBER -eq 'false')
1318
$BUILD_NUMBER = If ($Env:GITHUB_EXCLUDE_BUILD_NUMBER) { '' } Else { Get-Date -Format yyMMddHHmm }
1419
$GITHUB_REPOSITORY = $Env:GITHUB_HEAD_REPOSITORY
1520
If (-not $GITHUB_REPOSITORY) {

0 commit comments

Comments
 (0)