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