Skip to content

Commit

Permalink
configure debug if in PR (no access to secret var)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevillard committed Oct 20, 2022
1 parent 5c0dde3 commit d59c01c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ before_build:
Write-Host "Using private strong-name key for assembly signing." -ForegroundColor Yellow
C:\projects\jmespath-net\bin\EncryptDecryptFile.PS1
}
else
{
write-host $Env:CONFIGURATION
Set-AppveyorBuildVariable -Name CONFIGURATION -Value Debug
write-host $Env:CONFIGURATION
}
build_script:
- ps: C:\projects\jmespath-net\bin\update-version.ps1 -Version $Env:APPVEYOR_BUILD_VERSION
Expand Down

0 comments on commit d59c01c

Please sign in to comment.