From e4fbd8070e4043ac006487c0924e0ea5cd1d0a37 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 17 Nov 2020 21:01:18 +0100 Subject: [PATCH] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c97a60ba0..feb6309c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,7 +34,7 @@ steps: displayName: 'dotnet restore' inputs: command: 'restore' - projects: ${solution} + projects: '${solution}' feedsToUse: 'config' - task: DotNetCoreCLI@2