diff options
author | chriseth <c@ethdev.com> | 2016-08-12 18:12:33 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-12 18:12:57 +0800 |
commit | 372cf04ea224449d4c4db724378c7cdca41d5c4a (patch) | |
tree | 113cfb42baf221064b3cf39496ba2dd91a310577 /appveyor.yml | |
parent | 36e5ef41644cebb448618e8fc198cdb76b1b2a1b (diff) | |
download | dexon-solidity-372cf04ea224449d4c4db724378c7cdca41d5c4a.tar.gz dexon-solidity-372cf04ea224449d4c4db724378c7cdca41d5c4a.tar.zst dexon-solidity-372cf04ea224449d4c4db724378c7cdca41d5c4a.zip |
Publish releases for develop branch.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index fcde399a..5850ec62 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ # (c) 2016 cpp-ethereum contributors. #------------------------------------------------------------------------------ -version: 0.3.5.{build} +version: 0.3.6.{build} skip_tags: true os: Visual Studio 2015 configuration: @@ -84,4 +84,4 @@ deploy: secure: HPjiugbDSCsEFTphj/qwHuSw80/BV1xWoSvj95CPmtb16Ukh2VQbLVB7iFtZSans artifact: solidity-windows-zip on: - branch: release + branch: develop |