Tooling/.appveyor.yml

18 строки
361 B
YAML

version: '1.0.0-{branch}-{build}'
init:
- git config --global core.autocrlf true
image:
- Visual Studio 2017
branches:
only:
- master
install:
- ps: dotnet --info
test_script:
- ps: dotnet test test\Steeltoe.Tooling.Test
build_script:
- ps: dotnet pack
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1