Skip to content

Commit

Permalink
CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed Jul 5, 2016
1 parent 0893046 commit 0791438
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ test: off
configuration: Release

artifacts:
- path: '**\*.nupkg'
- path: build\nuget\Certes.$(CERTES_PACKAGE_VERSION).nupkg
name: nupkg

deploy:
- provider: GitHub
release: v$(appveyor_build_version)
description: 'Certes v$(appveyor_build_version)'
auth_token:
secure: B+lTI7i/tnZeg1ZSmho3HvOWjs0C4hptNy5cvWgF0Nn7b6v8nwT/mxEWVCfIJ7Fy
artifact: /.*\\Certes.$(CERTES_PACKAGE_VERSION)\.nupkg/
artifact: nupkg
draft: false
prerelease: false
on:
Expand All @@ -61,7 +62,7 @@ deploy:
description: 'Certes v$(appveyor_build_version)-$($env:APPVEYOR_REPO_BRANCH)'
auth_token:
secure: B+lTI7i/tnZeg1ZSmho3HvOWjs0C4hptNy5cvWgF0Nn7b6v8nwT/mxEWVCfIJ7Fy
artifact: /.*\\Certes.$(CERTES_PACKAGE_VERSION)\.nupkg/
artifact: nupkg
draft: false
prerelease: true
on:
Expand All @@ -73,4 +74,4 @@ deploy:
secure: enjdo7AiXKaGhj8NC2k3wjQ9mGlU1jxABzG6tuphpM7dNaazlrSlvwR2H1kC4kr+
skip_symbols: true
symbol_server: # remove to push symbols to SymbolSource.org
artifact: Certes.$(CERTES_PACKAGE_VERSION).nupkg
artifact: nupkg

0 comments on commit 0791438

Please sign in to comment.