Skip to content

Commit

Permalink
configure debug if in PR (no access to secret var) (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémie DEVILLARD <[email protected]>
  • Loading branch information
jdevillard and jdevillard authored Oct 20, 2022
1 parent 5c0dde3 commit 4a26941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ before_build:
Write-Host "Using private strong-name key for assembly signing." -ForegroundColor Yellow
C:\projects\jmespath-net\bin\EncryptDecryptFile.PS1
}
else
{
Set-AppveyorBuildVariable -Name CONFIGURATION -Value Debug
}
build_script:
- ps: C:\projects\jmespath-net\bin\update-version.ps1 -Version $Env:APPVEYOR_BUILD_VERSION
Expand Down
Binary file added src/outfile
Binary file not shown.

0 comments on commit 4a26941

Please sign in to comment.