ACSE/appveyor.yml

30 lines
786 B
YAML
Raw Permalink Normal View History

2018-11-07 14:23:35 -07:00
version: 0.4.1.{build}
2018-07-18 09:31:23 -07:00
image: Visual Studio 2017
configuration: Release
platform: Any CPU
2018-08-29 17:14:24 -07:00
before_build:
- nuget restore
2018-11-07 14:06:09 -07:00
2018-07-18 09:31:23 -07:00
build:
project: ACSE.sln
verbosity: minimal
2018-11-07 14:06:09 -07:00
2018-07-18 09:31:23 -07:00
after_build:
- cmd: 7z a -tzip "ACSE.WinForms/bin/Release/ACSE.zip" "ACSE.WinForms/bin/Release/*"
2018-11-07 14:06:09 -07:00
2018-07-18 09:31:23 -07:00
artifacts:
- path: ACSE.WinForms/bin/Release/ACSE.zip
2018-11-07 14:06:09 -07:00
name: DevBuild
deploy:
2018-11-07 14:38:22 -07:00
provider: GitHub
2018-11-07 14:47:46 -07:00
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.
2018-11-07 14:06:09 -07:00
auth_token:
secure: GL5JqofZHzmr6ztb9df5FKEPSJmvzPrH2saGy+leFyeIrc8C7qkJmbQZ7PpH2NOl
2018-11-07 14:38:22 -07:00
artifact: /.*\.zip/
2018-11-07 14:23:35 -07:00
draft: false
prerelease: true
2018-11-07 17:04:41 -07:00
tag: $(APPVEYOR_REPO_TAG_NAME)
on:
APPVEYOR_REPO_TAG: true