diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index eba06cd50d..f82d90c1b2 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*' + projects: '**\Umbraco.Tests.Integration*.csproj' - stage: Acceptance_Tests displayName: Acceptance Tests dependsOn: []