apveyor yaml

This commit is contained in:
TomPallister 2016-10-12 20:54:31 +01:00
parent 244aa69022
commit 276d5b9e4b

View File

@ -1,12 +1,7 @@
version: 1.0.{build} version: 1.0.{build}
configuration: configuration:
- Debug
- Release - Release
platform: Any CPU platform: Any CPU
environment: environment:
# Don't report back to the mothership
DOTNET_CLI_TELEMETRY_OPTOUT: 1
init:
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
build_script: build_script:
- build.sh - build.sh