Skip to content

Commit

Permalink
update appveyor, remove github deployment for now, bump version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed May 12, 2022
1 parent bfc2ca8 commit b0b0ec9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions 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.0-ci-{build}
version: 2.9.1-ci-{build}

image: Visual Studio 2019

Expand Down Expand Up @@ -44,15 +44,6 @@ on_failure:
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
deploy:
- provider: GitHub
auth_token:
secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
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 b0b0ec9

Please sign in to comment.