Skip to content

Commit

Permalink
appveyor restore github release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed May 17, 2022
1 parent b0b0ec9 commit 4a7e6cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#version should be only changed with RELEASE eminent, see RELEASE.md

version: 2.9.1-ci-{build}
version: 2.9.2-ci-{build}

image: Visual Studio 2019

Expand Down Expand Up @@ -44,6 +44,15 @@ on_failure:
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
deploy:
- provider: GitHub
auth_token:
secure: cbNGgL/eV4MEDVVams7Ut0iAvvGw00kWhDJ8+JsnTc8xiGndr8xs4oHyLgcvN/kE
artifact: /.*(\.|\.s)nupkg/
prerelease: false
force_update: true #fsharp package runs as separate build job, so have to force_update to add fsharp.nuget added
on:
APPVEYOR_REPO_TAG: true

- provider: NuGet
api_key:
secure: llMIgYMuLHh9thyKMEAmkWraTaA9Zvcm1F8/yRwm0HCiPIt/ehR/GI4kJKyMTPyf
Expand Down

0 comments on commit 4a7e6cc

Please sign in to comment.