ACSE/appveyor.yml
Cuyler36 1d2f6163c3 Show AppVeyor build version in release description
Makes it more clear which version you are using.
2018-11-10 01:01:24 -05:00

30 lines
No EOL
786 B
YAML

version: 0.4.1.{build}
image: Visual Studio 2017
configuration: Release
platform: Any CPU
before_build:
- nuget restore
build:
project: ACSE.sln
verbosity: minimal
after_build:
- cmd: 7z a -tzip "ACSE.WinForms/bin/Release/ACSE.zip" "ACSE.WinForms/bin/Release/*"
artifacts:
- path: ACSE.WinForms/bin/Release/ACSE.zip
name: DevBuild
deploy:
provider: GitHub
release: Development Release
description: ACSE Development Release $(appveyor_build_version). Some features may or may not work. Your milage will vary. Use at your own risk.
auth_token:
secure: GL5JqofZHzmr6ztb9df5FKEPSJmvzPrH2saGy+leFyeIrc8C7qkJmbQZ7PpH2NOl
artifact: /.*\.zip/
draft: false
prerelease: true
tag: $(APPVEYOR_REPO_TAG_NAME)
on:
APPVEYOR_REPO_TAG: true