Skip to content

Commit b7c6eb3

Browse files
committed
Added test_script to appveyor.yml to run dotnet test on build
1 parent 3c29f9f commit b7c6eb3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

appveyor.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
version: 1.0.{build}
22

3+
environment:
4+
CLI_VERSION: Latest
5+
36
image: Visual Studio 2017
47

58
configuration: Release
69

710
before_build:
8-
- cmd: nuget restore
11+
- cmd: dotnet restore
912

1013
build:
11-
verbosity: minimal
14+
verbosity: minimal
15+
16+
test_script:
17+
- cmd: dotnet test

0 commit comments

Comments
 (0)