summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-05-20 15:20:24 -0400
committerOren Novotny <oren@novotny.org>2017-05-20 16:03:29 -0400
commit303bae2a6c487cdf6b4093d4a1c0641ada1bef0c (patch)
treefda4552415984a0e076713dae6888545066b305e /appveyor.yml
parentupdate packages (diff)
downloadBouncyCastle.NET-ed25519-303bae2a6c487cdf6b4093d4a1c0641ada1bef0c.tar.xz
build scripts
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml

index a8ec8a985..b7b7df4a8 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -9,11 +9,8 @@ environment: secure: S26+NphAhj/vo5ZdHd/N/4toty3ztdNGmuNdvAB57W1oIVQEHVKqAVuhTD8B9ATy install: - - cmd: nuget install SignClient -Version 0.5.0-beta4 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre + - cmd: nuget install SignClient -Version 0.7.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre -assembly_info: - patch: false - build_script: - cmd: msbuild /t:restore BouncyCastle.sln - cmd: msbuild /t:build BouncyCastle.sln @@ -21,4 +18,6 @@ build_script: after_build: - ps: '.\scripts\Sign-Package.ps1' - - ps: 'cmd /c "appveyor PushArtifact *.nupkg";if($lastexitcode -ne 0){$lastexitcode = 0}' \ No newline at end of file + +artifacts: + - path: '*.nupkg' \ No newline at end of file