diff --git a/appveyor.yml b/appveyor.yml index 8176e42..0d8af3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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