We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b0ec9 commit 4a7e6ccCopy full SHA for 4a7e6cc
1 file changed
appveyor.yml
@@ -1,6 +1,6 @@
1
#version should be only changed with RELEASE eminent, see RELEASE.md
2
3
-version: 2.9.1-ci-{build}
+version: 2.9.2-ci-{build}
4
5
image: Visual Studio 2019
6
@@ -44,6 +44,15 @@ on_failure:
44
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
45
46
deploy:
47
+- provider: GitHub
48
+ auth_token:
49
+ secure: cbNGgL/eV4MEDVVams7Ut0iAvvGw00kWhDJ8+JsnTc8xiGndr8xs4oHyLgcvN/kE
50
+ artifact: /.*(\.|\.s)nupkg/
51
+ prerelease: false
52
+ force_update: true #fsharp package runs as separate build job, so have to force_update to add fsharp.nuget added
53
+ on:
54
+ APPVEYOR_REPO_TAG: true
55
+
56
- provider: NuGet
57
api_key:
58
secure: llMIgYMuLHh9thyKMEAmkWraTaA9Zvcm1F8/yRwm0HCiPIt/ehR/GI4kJKyMTPyf
0 commit comments