Skip to content

Commit 854674f

Browse files
authored
Create appveyor.yml
1 parent b956846 commit 854674f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appveyor.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
os: Visual Studio 2017
2+
3+
# Build script
4+
build_script:
5+
- ps: .\build.ps1
6+
7+
# Tests
8+
test: off
9+
10+
artifacts:
11+
- path: artifacts\nuget-package\*.nupkg
12+
13+
environment:
14+
# Skip dotnet package caching on build servers
15+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)