Skip to content

Commit 4a7e6cc

Browse files
committed
appveyor restore github release
1 parent b0b0ec9 commit 4a7e6cc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

appveyor.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
22

3-
version: 2.9.1-ci-{build}
3+
version: 2.9.2-ci-{build}
44

55
image: Visual Studio 2019
66

@@ -44,6 +44,15 @@ on_failure:
4444
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
4545
4646
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+
4756
- provider: NuGet
4857
api_key:
4958
secure: llMIgYMuLHh9thyKMEAmkWraTaA9Zvcm1F8/yRwm0HCiPIt/ehR/GI4kJKyMTPyf

0 commit comments

Comments
 (0)