Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Oct 19, 2018
1 parent 2a1d671 commit 23cc237
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,17 @@ on_finish:
}
deploy:
provider: NuGet
server: https://www.myget.org/F/dotnet-proj-info/api/v2/package
api_key:
secure: 0FlVmxXeqNWXknPWU1OcfpYq3JhkyhlWGrTN0WOSzFhOX3bMwe5L+OXv+fbnfa67
- provider: NuGet
server: https://www.myget.org/F/dotnet-proj-info/api/v2/package
api_key:
secure: 0FlVmxXeqNWXknPWU1OcfpYq3JhkyhlWGrTN0WOSzFhOX3bMwe5L+OXv+fbnfa67

deploy:
release: $(appveyor_repo_tag_name)
description: '$(appveyor_repo_tag_name)'
provider: GitHub
auth_token:
secure: 9hUHxeECpKQbd2Hou+HGoMOBVgfUkFw/ObBfEdgrqjNh7+Wh5Nm1k7oWrBeVx5q/
artifact: /.*\.nupkg/
draft: true
on:
appveyor_repo_tag: true
- provider: GitHub
release: $(appveyor_repo_tag_name)
description: '$(appveyor_repo_tag_name)'
auth_token:
secure: 9hUHxeECpKQbd2Hou+HGoMOBVgfUkFw/ObBfEdgrqjNh7+Wh5Nm1k7oWrBeVx5q/
artifact: /.*\.nupkg/
draft: true
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 23cc237

Please sign in to comment.