From 7ead4a47ff951d925b5c32843a2db5bd0a5e8779 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 15:20:32 +0100 Subject: [PATCH] Specifying project path pattern --- 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 76536f91dd..4cc773ff88 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -22,4 +22,4 @@ jobs: displayName: 'dotnet test' inputs: command: test - projects: '**\Umbraco.Tests.UnitTests.csproj' + projects: '**/src/Umbraco.Web.UI.NetCore/*.csproj'