Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 26b4b6a

Browse files
committed
Ignore Unity dlls when running tests
1 parent 0f241cd commit 26b4b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ build:
5353
project: GitHub.Unity.sln
5454
verbosity: minimal
5555
test:
56+
assemblies:
57+
except:
58+
- '**\*.TestRunner.dll'
5659
categories:
5760
except:
5861
- DoNotRunOnAppVeyor

0 commit comments

Comments
 (0)