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'