Browse Source

Use Appveyor panel to do manual release

tags/4.2.0.0
celeron533 4 years ago
parent
commit
c13292bac8
1 changed files with 1 additions and 15 deletions
  1. +1
    -15
      appveyor.yml

+ 1
- 15
appveyor.yml View File

@@ -156,21 +156,7 @@ after_build:
# providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment # providers: Local, FTP, WebDeploy, AzureCS, AzureBlob, S3, NuGet, Environment
# provider names are case-sensitive! # provider names are case-sensitive!
#deploy:
# # Deploy to GitHub Releases
# - provider: GitHub
# auth_token:
# secure: ZrRlVe3eWp1ccIVZcmFrI7vaCxwz5ewIMSmaPUTjMGyC1rVRlYm7nWWi6Pzkpe0A
# description: '%APPVEYOR_BUILD_VERSION%'
# artifact: Shadowsocks-%APPVEYOR_BUILD_VERSION%.zip, Shadowsocks-%APPVEYOR_BUILD_VERSION%.zip.hash
# draft: true
# prerelease: true
# on:
# branch: master # release from master branch only
# configuration: Release
# APPVEYOR_REPO_TAG: true # deploy on tag push only
# deploy:
# # scripts to run before deployment # # scripts to run before deployment
# before_deploy: # before_deploy:


Loading…
Cancel
Save