mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
only scan test folders for tests
This commit is contained in:
parent
d21a3f6b11
commit
f88d8cf3ca
1 changed files with 6 additions and 1 deletions
|
@ -22,7 +22,12 @@ build_script:
|
|||
- ps: ./build.ps1 --settings_skipverification=true
|
||||
# - dotnet sonarscanner end /d:sonar.login="%sonarrcloudtoken%"
|
||||
|
||||
test: true
|
||||
test:
|
||||
# only assemblies to test
|
||||
assemblies:
|
||||
only:
|
||||
- '**\*.Tests.dll'
|
||||
|
||||
|
||||
after_build:
|
||||
- cmd: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue