2018-06-21 22:06:51 -07:00
|
|
|
# version format
|
2020-07-26 19:11:41 -07:00
|
|
|
version: 1.0.2-test_{build}
|
2018-06-21 22:04:03 -07:00
|
|
|
|
2018-06-21 22:06:51 -07:00
|
|
|
# vm template
|
2020-06-10 22:37:19 -07:00
|
|
|
image: Visual Studio 2019
|
2018-06-21 22:04:03 -07:00
|
|
|
|
2018-06-21 22:06:51 -07:00
|
|
|
# environment variables
|
2018-06-21 21:41:28 -07:00
|
|
|
environment:
|
|
|
|
|
EnableNuGetPackageRestore: true
|
2018-06-21 22:04:03 -07:00
|
|
|
|
2018-06-21 22:06:51 -07:00
|
|
|
# msbuild configuration
|
2018-06-21 21:41:28 -07:00
|
|
|
platform:
|
|
|
|
|
- x64
|
|
|
|
|
configuration:
|
|
|
|
|
- Debug
|
2018-06-21 22:06:51 -07:00
|
|
|
|
|
|
|
|
# install dependencies
|
2018-06-21 21:41:28 -07:00
|
|
|
install:
|
|
|
|
|
- ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
|
2018-06-21 22:06:51 -07:00
|
|
|
|
|
|
|
|
# pre-build script
|
2018-06-21 21:41:28 -07:00
|
|
|
before_build:
|
2018-06-21 22:16:32 -07:00
|
|
|
- nuget restore
|
2018-06-21 22:06:51 -07:00
|
|
|
|
|
|
|
|
# build step
|
2018-06-21 21:41:28 -07:00
|
|
|
build:
|
|
|
|
|
verbosity: minimal
|
2018-06-21 22:06:51 -07:00
|
|
|
|
|
|
|
|
# post-build step
|
2018-06-21 22:04:03 -07:00
|
|
|
after_build:
|
2019-03-29 00:15:40 -07:00
|
|
|
- 7z a sabretools_%CONFIGURATION%-%PLATFORM%.zip SabreTools/bin/*
|
2018-06-21 22:06:51 -07:00
|
|
|
|
|
|
|
|
# artifact linking
|
|
|
|
|
artifacts:
|
2019-01-08 17:59:42 -08:00
|
|
|
- path: sabretools_$(configuration)-$(platform).zip
|
2018-06-21 22:06:51 -07:00
|
|
|
name: SabreTools ($(platform))
|