Documents

Appveyor

作者:康林 ———

基本操作

分发

分发到 github

    deploy:
      - provider: GitHub
       #release: RabbitThirdLibrary_$(BUILD_VERSION)
       description: 'Release Tasks $(APPVEYOR_REPO_TAG_NAME) on windows'
       #token : https://github.com/settings/tokens
       #password encrypt: https://ci.appveyor.com/tools/encrypt
       auth_token:
         secure: 
       #draft: true
       #prerelease: true
    on:
       appveyor_repo_tag: true        # deploy on tag push only

参数说明: