From 4d690ade45c74f14bc58eaa41b53e86cc9f3601c Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Mon, 18 Sep 2017 23:01:39 -0400 Subject: Update Sign Client --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') 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 -- cgit 1.5.1