diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index cde291866f..e95c17931c 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -22,4 +22,4 @@ jobs: displayName: 'dotnet test' inputs: command: test - projects: '**\*.Tests.UnitTests.csproj' + projects: '**/*.Tests.UnitTests.csproj'