From a25d1ba4ce043d6c7c59d8b47390c4b113b442ca Mon Sep 17 00:00:00 2001 From: Masterain Date: Sat, 18 Mar 2023 01:30:31 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4d888b9..c5f7a3ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,7 +65,8 @@ steps: inputs: command: 'restore' restoreSolution: '$(solution)' - feedsToUse: 'select' + feedsToUse: 'config' + nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.Config' - task: MsixPackaging@1 displayName: Build binary package