From f67415a36380bea3e1787aeace7b677ecd8f6bbb Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 4 Aug 2021 13:47:14 +0200 Subject: [PATCH] Force only tests of csproj files to avoid executing the tests for dll's too --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []