apveyor yaml

This commit is contained in:
TomPallister
2016-10-12 20:50:29 +01:00
parent 3b4123099a
commit 244aa69022
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,5 @@ environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
init:
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
before_build:
- appveyor-retry dotnet restore -v Minimal
build_script:
- build.sh