Skip to content

Commit ee6291e

Browse files
Merge from dev (#300)
1 parent 7f96e9e commit ee6291e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

appveyor.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,20 @@ deploy:
6060
skip_symbols: true
6161
on:
6262
branch: dev
63+
- provider: NuGet
64+
server: https://www.myget.org/F/dotnettoolkitrepositorydev/api/v2/package
65+
api_key:
66+
secure: cFsMUNC2a8k548E/iKlw/zglFoowEyPd2uPtCoY8pCc9mW2Hh8drjw6raWNDl/JX
67+
skip_symbols: true
68+
on:
69+
branch: master
6370
- provider: NuGet
6471
name: production
6572
api_key:
6673
secure: uSU6YGrWfh7Ruar11vqDFOtauPZXzKYFHUp8WoK86wDjT5ahRJXpLqPfusF+oKFd
6774
on:
68-
branch: master
6975
appveyor_repo_tag: true
70-
76+
7177
#---------------------------------#
7278
# tests configuration #
7379
#---------------------------------#

0 commit comments

Comments
 (0)