Skip to content

Commit 36a8a70

Browse files
committed
irrelevant: update AppVeyor config
1 parent 8a6c382 commit 36a8a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ artifacts:
9191
deploy:
9292
environment: Windows_binary
9393
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)
9595
description: 'Windows binaries built by Appveyor ($(APPVEYOR_REPO_COMMIT_TIMESTAMP))'
9696
provider: GitHub
9797
auth_token:
@@ -103,7 +103,7 @@ deploy:
103103
#skip_tags: true #avoid endless loop by pushed (and tagged) release
104104
on:
105105
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
107107

108108
on_finish:
109109
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)