Force only tests of csproj files to avoid executing the tests for dll's too

This commit is contained in:
Bjarke Berg
2021-08-04 13:47:14 +02:00
parent c65cde38f7
commit f67415a363

View File

@@ -123,7 +123,7 @@ stages:
displayName: dotnet test
inputs:
command: test
projects: '**\Umbraco.Tests.Integration*'
projects: '**\Umbraco.Tests.Integration*.csproj'
- stage: Acceptance_Tests
displayName: Acceptance Tests
dependsOn: []