File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ artifacts:
91
91
deploy :
92
92
environment : Windows_binary
93
93
release : $(APPVEYOR_REPO_TAG_NAME)-build$(APPVEYOR_BUILD_VERSION)
94
- tag : $(APPVEYOR_REPO_TAG_NAME) # update the existing tag instead of creating a new one which causes a loop -build$(APPVEYOR_BUILD_VERSION)
94
+ # tag: $(APPVEYOR_REPO_TAG_NAME) #tt update the existing tag instead of creating a new one which causes a loop -build$(APPVEYOR_BUILD_VERSION)
95
95
description : ' Windows binaries built by Appveyor ($(APPVEYOR_REPO_COMMIT_TIMESTAMP))'
96
96
provider : GitHub
97
97
auth_token :
@@ -103,7 +103,7 @@ deploy:
103
103
# skip_tags: true #avoid endless loop by pushed (and tagged) release
104
104
on :
105
105
branch : master # release from master branch only (in fact, this looks for "master" in the tag, so I disabled it
106
- APPVEYOR_REPO_TAG : true # deploy on tag push only
106
+ # APPVEYOR_REPO_TAG: true # tt deploy on tag push only
107
107
108
108
on_finish :
109
109
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
You can’t perform that action at this time.
0 commit comments