some appveyor.yml modifications

This commit is contained in:
Michael 2017-10-21 22:31:24 -07:00
parent 13d6f83c19
commit cc5264fc8a

View File

@ -1,9 +1,9 @@
# Appveyor configuration file for bash build of packs
version: v2-{build}
version: 2-{build}
environment:
# It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings.
CommitTimestamp: 0
CommitDescription: '"No description was added to this commit"'
CommitDescription: 'No description was added to this commit.'
CYG_MIRROR: http://cygwin.mirror.constant.com
CYG_PACKAGES: bash,php,dos2unix
matrix:
@ -60,9 +60,9 @@ artifacts:
deploy:
tag: "AppVeyor"
# Release needs to be the same otherwise it won't overwrite.
release: "Graphic Packs Latest Release"
description: "Updated to **$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)"
# Tag needs to be the same otherwise it won't overwrite.
release: "Graphic Packs: version $(appveyor_build_version)"
description: "Updated to **v$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/) - [Previous versions](https://ci.appveyor.com/project/$(appveyor_account_name)/$(appveyor_project_name)/history)"
provider: GitHub
# Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings
auth_token: $(GithubAuthToken)