Skip to content

Commit

Permalink
Fixing myget deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Apr 6, 2017
1 parent 991b785 commit 081a307
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ clone_depth: 1
test: on
artifacts:
- path: '**\*.nupkg'
deploy:
on:
branch: master
provider: NuGet
server: https://www.myget.org/F/orchardcore-preview/api/v2/package
api_key:
secure: 7PQvuxXn5P39X5QDlDKWbNpOKJKivpqkq7umakIirAZ12CSTAiCwjtJhSBGVboPm
skip_symbols: true
artifact: /.*\.nupkg/
# deploy:
# on:
# branch: master
# provider: NuGet
# server: https://www.myget.org/F/orchardcore-preview/api/v2/package
# api_key:
# secure: 7PQvuxXn5P39X5QDlDKWbNpOKJKivpqkq7umakIirAZ12CSTAiCwjtJhSBGVboPm
# skip_symbols: true
# artifact: /.*\.nupkg/

0 comments on commit 081a307

Please sign in to comment.