We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b23315 commit 2be15d7Copy full SHA for 2be15d7
appveyor.yml
@@ -1,7 +1,7 @@
1
# CI build definition for https://ci.appveyor.com/project/olegsych/simply-assert
2
# To learn more, see http://www.appveyor.com/docs/appveyor-yml
3
4
-version: 0.1.0-build{build}
+version: 0.1.{build}
5
6
branches:
7
only:
@@ -27,6 +27,16 @@ after_test:
27
artifacts:
28
- path: bin\debug\*.nupkg
29
30
+deploy:
31
+- provider: NuGet
32
+ api_key:
33
+ secure: MllAarE5OQzLPrMNz2oSYIv2A197InquS37HPJ37FyFqrS7WQ1IroGaKol+LCBLG
34
+ skip_symbols: true
35
+- provider: GitHub
36
+ auth_token:
37
+ secure: f1COdRillJY6b2+I9IjOVzVhpCPe6MB8uzBo5g26o6of2GKRlsjPKbsyJ8oH2mbq
38
+ artifact: /.*\.nupkg/
39
+
40
nuget:
41
project_feed: true
42
disable_publish_on_pr: true
0 commit comments