We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f96e9e commit ee6291eCopy full SHA for ee6291e
appveyor.yml
@@ -60,14 +60,20 @@ deploy:
60
skip_symbols: true
61
on:
62
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
70
- provider: NuGet
71
name: production
72
api_key:
73
secure: uSU6YGrWfh7Ruar11vqDFOtauPZXzKYFHUp8WoK86wDjT5ahRJXpLqPfusF+oKFd
74
- branch: master
75
appveyor_repo_tag: true
-
76
+
77
#---------------------------------#
78
# tests configuration #
79
0 commit comments