Commit 4a7e6cc 1 parent b0b0ec9 commit 4a7e6cc Copy full SHA for 4a7e6cc
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# version should be only changed with RELEASE eminent, see RELEASE.md
2
2
3
- version : 2.9.1 -ci-{build}
3
+ version : 2.9.2 -ci-{build}
4
4
5
5
image : Visual Studio 2019
6
6
@@ -44,6 +44,15 @@ on_failure:
44
44
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
45
45
46
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
+
47
56
- provider : NuGet
48
57
api_key :
49
58
secure : llMIgYMuLHh9thyKMEAmkWraTaA9Zvcm1F8/yRwm0HCiPIt/ehR/GI4kJKyMTPyf
You can’t perform that action at this time.
0 commit comments