Skip to content

Commit 4770954

Browse files
committed
appveyor.yml
1 parent 2ec9760 commit 4770954

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
image: Visual Studio 2017
22

3-
build_script:
4-
- ps: dotnet test
3+
before_build:
4+
- ps: dotnet restore
55

6-
# disable built-in tests.
7-
test: off
6+
configuration: Release
7+
build:
8+
verbosity: minimal
9+
10+
test:
11+
- ps: dotnet test --no-build

0 commit comments

Comments
 (0)