Skip to content

Commit 026e072

Browse files
committed
Enabled automatic build of master branch
1 parent f254980 commit 026e072

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

appveyor.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,21 @@ artifacts:
161161
# deployment configuration #
162162
#---------------------------------#
163163

164-
# # providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
165-
# # provider names are case-sensitive!
166-
# deploy:
167-
#
168-
# # Deploy to GitHub Releases
169-
# - provider: GitHub
170-
# tag: v$(APPVEYOR_BUILD_VERSION)-win32
171-
# release: bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
172-
# description: Latest successful AppVeyor CI builds of branch '$(APPVEYOR_REPO_BRANCH)'
173-
# auth_token:
174-
# secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
175-
# artifact: /(.*\.zip|.*\.exe)/
176-
# draft: true
177-
# prerelease: true
178-
# force_update: true
164+
# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
165+
# provider names are case-sensitive!
166+
deploy:
167+
168+
# Deploy to GitHub Releases
169+
- provider: GitHub
170+
tag: v$(APPVEYOR_BUILD_VERSION)-win32
171+
release: bin2cpp-v$(APPVEYOR_BUILD_VERSION)-win32
172+
description: Latest successful AppVeyor CI builds of branch '$(APPVEYOR_REPO_BRANCH)'
173+
auth_token:
174+
secure: BgyLisMc154qWpkyBdh8OD+D9HMM+YnBkh7H4MEUShKO3aCU+Fn/XVGJ07fTsRmH
175+
artifact: /(.*\.zip|.*\.exe)/
176+
draft: true
177+
prerelease: true
178+
force_update: true
179179

180180
#---------------------------------#
181181
# notifications #

0 commit comments

Comments
 (0)