diff options
author | chriseth <chris@ethereum.org> | 2016-11-03 17:49:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 17:49:51 +0800 |
commit | 90a4acc3a52a3bff22dbb713c808fe9c27eae550 (patch) | |
tree | 868a8b7e64c0f89c09efabdfee7be5b1d0c49087 | |
parent | 1a2c150e3b2f98ef44834aca281692734b74c0db (diff) | |
parent | 6cf63e2874ca4c5d5e2ae4a1f14808732c15867b (diff) | |
download | dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar.gz dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar.bz2 dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar.lz dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar.xz dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.tar.zst dexon-solidity-90a4acc3a52a3bff22dbb713c808fe9c27eae550.zip |
Merge pull request #1324 from ethereum/appveyorrelease
Trying to attach artifacts to tags only.
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index b45e9f11..5d6dcb20 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ branches: only: - - master + - release - develop os: Visual Studio 2015 configuration: @@ -83,14 +83,13 @@ artifacts: # below. deploy: - description: 'Development build of solidity at commit $(APPVEYOR_REPO_COMMIT).\n\n$(APPVEYOR_REPO_COMMIT_MESSAGE)\n\nCommitted by $(APPVEYOR_REPO_COMMIT_AUTHOR), $(APPVEYOR_REPO_COMMIT_TIMESTAMP).' - prerelease: true provider: GitHub auth_token: secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans artifact: solidity-windows-zip on: branch: release + appveyor_repo_tag: true notifications: - provider: GitHubPullRequest |