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