Skip to content

Commit 682a8f7

Browse files
authored
Update appveyor
to include linux
1 parent a614c73 commit 682a8f7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

appveyor.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: 1.0.{build}
2-
image: Visual Studio 2017
2+
image:
3+
- Visual Studio 2017
4+
- Ubuntu
35
test: off
46
environment:
57
DOTNET_CLI_TELEMETRY_OPTOUT: true
@@ -18,3 +20,11 @@ for:
1820
artifacts:
1921
- path: .\build\output\_packages\*.nupkg
2022
name: NuGet
23+
24+
-
25+
matrix:
26+
only:
27+
- image: Ubuntu
28+
29+
build_script:
30+
- ./build.sh test-one skipdocs

0 commit comments

Comments
 (0)