diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..3dd6b59 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ +os: Visual Studio 2017 + +# Build script +build_script: + - ps: .\build.ps1 + +# Tests +test: off + +artifacts: + - path: artifacts\nuget-package\*.nupkg + +environment: + # Skip dotnet package caching on build servers + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true