Force only tests of csproj files to avoid executing the tests for dll's too
This commit is contained in:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user