Skip to content

Commit ad8197d

Browse files
committed
Updating build configuration
1 parent 94dcf31 commit ad8197d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: Visual Studio 2017
2-
configuration: Debug
2+
configuration: Package
33
platform: Any CPU
44

55
install:
@@ -27,7 +27,7 @@ before_test:
2727
- choco install codecov
2828

2929
test_script:
30-
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -filter:"+[Unity*]* -[*]*Resources"
30+
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test"
3131

3232
after_test:
3333
- codecov -f "results.xml"

0 commit comments

Comments
 (0)