diff --git a/appveyor.yml b/appveyor.yml index d11d6abf..8327990f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -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