From bfbccad1bc298a8f5570c3894b947d32cdf5b138 Mon Sep 17 00:00:00 2001 From: Jacob Viau Date: Thu, 12 Oct 2023 09:58:58 -0700 Subject: [PATCH] Add nuget.config to ADO yml --- azure-pipelines-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index dc03d31d..c6376580 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -43,6 +43,8 @@ steps: command: restore verbosityRestore: Minimal projects: $(project) + selectOrConfig: config + nugetConfigPath: 'nuget.config' # Build source directory - task: DotNetCoreCLI@2