diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 918004a10..1b8bb98b7 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -40,6 +40,8 @@ steps: command: restore verbosityRestore: Minimal projects: $(project) + feedsToUse: config + nugetConfigPath: nuget.config # Build source directory - task: DotNetCoreCLI@2