Update appveyor.yml
This commit is contained in:
parent
2220075ff4
commit
af9a18d2b5
|
@ -10,11 +10,17 @@ environment:
|
||||||
OlwBloggerClientId: 597389294595-271ukaucs8ghmc6c6cnhrbef2c02g5qa.apps.googleusercontent.com
|
OlwBloggerClientId: 597389294595-271ukaucs8ghmc6c6cnhrbef2c02g5qa.apps.googleusercontent.com
|
||||||
OlwBloggerClientSecret:
|
OlwBloggerClientSecret:
|
||||||
secure: ym7cbPINJz58iEgVlQCDbRz2W1CTYnxWsvMpMvxHFY4=
|
secure: ym7cbPINJz58iEgVlQCDbRz2W1CTYnxWsvMpMvxHFY4=
|
||||||
|
SignClientSecret:
|
||||||
|
secure: CHm+63iqVR0ddIHjGwE8nYF2EdUikH5VzCcszekUwptHkCLTuJ3C9ci8fcyox03s
|
||||||
nuget:
|
nuget:
|
||||||
disable_publish_on_pr: true
|
disable_publish_on_pr: true
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: ./build.cmd
|
- cmd: ./build.cmd
|
||||||
test: off
|
test: off
|
||||||
|
install:
|
||||||
|
- cmd: nuget install SignClient -Version 0.7.0 -SolutionDir %APPVEYOR_BUILD_FOLDER% -Verbosity quiet -ExcludeVersion
|
||||||
|
after_build:
|
||||||
|
- ps: '.\SignClient\Sign-Package.ps1'
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: releases\*
|
- path: releases\*
|
||||||
name: Setup
|
name: Setup
|
||||||
|
|
Loading…
Reference in New Issue