diff options
author | Oren Novotny <oren@novotny.org> | 2018-04-09 09:25:21 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-04-09 09:25:21 -0400 |
commit | 7b29d8ec23402dcdb255eaaecdf462f37d9e8355 (patch) | |
tree | 0cf9f09f59df85214647650950dc04dcb6d8c840 | |
parent | merge from master (diff) | |
download | BouncyCastle.NET-ed25519-7b29d8ec23402dcdb255eaaecdf462f37d9e8355.tar.xz |
Update build script
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4ff2fa493..44647424a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,9 +13,8 @@ environment: install: - cmd: nuget install SignClient -Version 0.9.1 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -build_script: - - cmd: msbuild /t:restore BouncyCastle.sln - - cmd: msbuild /t:build BouncyCastle.sln +build_script: + - cmd: msbuild /restore /t:build BouncyCastle.sln /p:Configuration=Release - cmd: msbuild /t:pack crypto\src\crypto.csproj /p:PackageId="Portable.BouncyCastle" /p:PackageOutputPath="%APPVEYOR_BUILD_FOLDER%" after_build: |