Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho authored Nov 27, 2018
1 parent 6f0bdcd commit 3894099
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,23 @@ after_test:
- mkdir .\artifacts
- dotnet pack .\src\Postal.AspNetCore -o ..\..\artifacts --configuration Release /p:Version="%APPVEYOR_BUILD_VERSION%"
artifacts:
- path: .\artifacts\**\*.nupkg
name: NuGet
- path: .\artifacts\**\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/herman-github/api/v2/package
api_key:
secure: IlPpRIxl4Y9yCxtT5ic0pYcCtcSDg1MTO1YKtl2AORyc+zRxYUKsDob9plsEy8mE
skip_symbols: true
on:
branch: master
- provider: NuGet
server: https://www.myget.org/F/herman-github/api/v2/package
api_key:
secure: IlPpRIxl4Y9yCxtT5ic0pYcCtcSDg1MTO1YKtl2AORyc+zRxYUKsDob9plsEy8mE
skip_symbols: true
on:
branch: master
- provider: NuGet
server: https://www.myget.org/F/herman-github/api/v2/package
api_key:
secure: IlPpRIxl4Y9yCxtT5ic0pYcCtcSDg1MTO1YKtl2AORyc+zRxYUKsDob9plsEy8mE
skip_symbols: true
on:
appveyor_repo_tag: true
after_deploy:
- ps: |
if ($env:APPVEYOR_REPO_TAG -eq "true" -and $env:APPVEYOR_REPO_TAG_NAME) {
Expand Down

0 comments on commit 3894099

Please sign in to comment.