summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2017-09-18 23:01:39 -0400
committerOren Novotny <oren@novotny.org>2017-09-18 23:01:39 -0400
commit4d690ade45c74f14bc58eaa41b53e86cc9f3601c (patch)
tree185f09751e2bf4e74ad2e7333964c1d62bcf7bf2 /appveyor.yml
parentMerge branch 'master' into netstandard (diff)
downloadBouncyCastle.NET-ed25519-4d690ade45c74f14bc58eaa41b53e86cc9f3601c.tar.xz
Update Sign Client
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml

index af3bd513c..a14a5529a 100644 --- a/appveyor.yml +++ b/appveyor.yml
@@ -6,10 +6,12 @@ init: environment: SignClientSecret: - secure: S26+NphAhj/vo5ZdHd/N/4toty3ztdNGmuNdvAB57W1oIVQEHVKqAVuhTD8B9ATy + secure: EvUuRb2cdsB5h7dJ49CkDDsZHHbwomGvMbcVcRsCSIp58IxVHFzAZrJSE+qpihtU + SignClientUser: + secure: 9nw9iBguE89m36udK51REeCIHSi5lAXmFIfS5LuAXio= install: - - cmd: nuget install SignClient -Version 0.7.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre + - cmd: nuget install SignClient -Version 0.9.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion -pre build_script: - cmd: msbuild /t:restore BouncyCastle.sln