Skip to content

Commit 2ec9760

Browse files
committed
Tweak appveyor.yml
1 parent 15210d2 commit 2ec9760

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

appveyor.yml

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

3-
test_script:
4-
- cmd: dotnet test
3+
build_script:
4+
- ps: dotnet test
5+
6+
# disable built-in tests.
7+
test: off

0 commit comments

Comments
 (0)