File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 1- version : 1.4.0 .{build}
1+ version : 1.4.2 .{build}
22init :
33 - ps : |
44 If ($Env:APPVEYOR_REPO_TAG_NAME -match "-"){
@@ -24,7 +24,11 @@ before_build:
2424 # ###################
2525
2626 $versionInfo = @'
27-
27+ // This is the main version file.
28+ // If you are building locally, you can modify these values.
29+ // If you are building though appveyor (or GitHub releases),
30+ // change the version in appveyor.yml. The CI build process
31+ // will overwrite these values.
2832 #pragma once
2933
3034 #define VERSION_MAJOR >major
@@ -80,28 +84,18 @@ after_build:
8084artifacts :
8185 - path : BugTrap.zip
8286 name : Zip
83- # - path: __package\*.nupkg
84- # name: NuGet
85-
8687
8788nuget :
8889 disable_publish_on_pr : true
8990
9091deploy :
9192 - provider : GitHub
93+ release : ' Release $(appveyor_build_version)'
9294 description : $(APPVEYOR_REPO_COMMIT_MESSAGE)
9395 prerelease : $(IsPreRelease)
94- artifact : Zip, NuGet
96+ artifact : Zip
9597 auth_token :
9698 secure : cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
9799 on :
98100 branch : master
99101 appveyor_repo_tag : true
100-
101- - provider : NuGet
102- api_key :
103- secure : 1nPS2ttf+N4+FUhd+GZycrL7YzSWQpZjnGOMCb5+pGJXSdx0IFvVF8xhTGna7B9t
104- artifact : NuGet
105- on :
106- branch : master
107- appveyor_repo_tag : true
You can’t perform that action at this time.
0 commit comments