More general wildcard for project path

This commit is contained in:
Elitsa Marinovska
2020-11-24 15:41:36 +01:00
parent 7ead4a47ff
commit 21312a09ea

View File

@@ -22,4 +22,4 @@ jobs:
displayName: 'dotnet test'
inputs:
command: test
projects: '**/src/Umbraco.Web.UI.NetCore/*.csproj'
projects: '**\*.Tests.UnitTests.csproj'