From 21312a09eaa7e25aa018235a14a11c631331f32a Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 15:41:36 +0100 Subject: [PATCH] More general wildcard for project path --- 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 4cc773ff88..cde291866f 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -22,4 +22,4 @@ jobs: displayName: 'dotnet test' inputs: command: test - projects: '**/src/Umbraco.Web.UI.NetCore/*.csproj' + projects: '**\*.Tests.UnitTests.csproj'