From 27379ba89a2a79305591e764a106dc2592e84221 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 15:50:29 +0100 Subject: [PATCH] Linux path syntax rules --- 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 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'