mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Only use osu.Desktop to determine test assemblies
This commit is contained in:
parent
99e5eb03f6
commit
0ec462b98d
@ -20,6 +20,10 @@ build:
|
||||
project: osu.sln
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
test:
|
||||
assemblies:
|
||||
only:
|
||||
- 'osu.Desktop\**\*.dll'
|
||||
after_build:
|
||||
- cmd: inspectcode --o="inspectcodereport.xml" --projects:osu.Game* --caches-home="inspectcode" osu.sln > NUL
|
||||
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
Loading…
Reference in New Issue
Block a user