Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ deploy:
server: $(repoNuGetPackage)
artifact: NuGet_pkg
api_key:
secure: uBphca4OZ4WuDCPtfgBWnGvqvQOirDAq+ErQubkiMwUBVnKfETzoMxsNS/ofyTZJ
secure: /EtERPHiFz3on6Ayv41+dptgj/s67aAdqR0QvIOhvd2QOXvTKEbIEkjlyTViYT6O
on:
branch: develop
- provider: NuGet
server: $(repoNuGetPackage)
artifact: NuGet_pkg
api_key:
secure: uBphca4OZ4WuDCPtfgBWnGvqvQOirDAq+ErQubkiMwUBVnKfETzoMxsNS/ofyTZJ
secure: /EtERPHiFz3on6Ayv41+dptgj/s67aAdqR0QvIOhvd2QOXvTKEbIEkjlyTViYT6O
on:
branch: master
# Note on the NuGet deploy provider :
Expand Down