diff --git a/appveyor.yml b/appveyor.yml index 8176e42..c6633df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/src/outfile b/src/outfile new file mode 100644 index 0000000..874f3ed Binary files /dev/null and b/src/outfile differ