diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d95949d865..eba06cd50d 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -123,7 +123,7 @@ stages: displayName: dotnet test inputs: command: test - projects: '**\Umbraco.Tests.Integration.csproj' + projects: '**\Umbraco.Tests.Integration*' - stage: Acceptance_Tests displayName: Acceptance Tests dependsOn: []