We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b592a2 commit 9603f08Copy full SHA for 9603f08
appveyor.yml
@@ -1,5 +1,5 @@
1
#version should be only changed with RELEASE eminent, see RELEASE.md
2
-version: 2.4.0
+version: 2.4.{build}
3
4
clone_depth: 1
5
pull_requests:
@@ -39,6 +39,14 @@ on_failure:
39
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
40
41
deploy:
42
+- provider: GitHub
43
+ auth_token:
44
+ secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
45
+ artifact: NugetPackage
46
+ prerelease: false
47
+ on:
48
+ APPVEYOR_REPO_TAG: true
49
+
50
- provider: NuGet
51
api_key:
52
secure: Ab4T/48EyIJhVrqkfKdUxmHUtseEVuXuyrGACxZ0KN35rb/BzABlBM2YjZojicvT
0 commit comments