We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc2ca8 commit b0b0ec9Copy full SHA for b0b0ec9
appveyor.yml
@@ -1,6 +1,6 @@
1
#version should be only changed with RELEASE eminent, see RELEASE.md
2
3
-version: 2.9.0-ci-{build}
+version: 2.9.1-ci-{build}
4
5
image: Visual Studio 2019
6
@@ -44,15 +44,6 @@ on_failure:
44
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
45
46
deploy:
47
-- provider: GitHub
48
- auth_token:
49
- secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
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