diff --git a/eng/pipelines/templates/DebuggerTesting-release.template.yml b/eng/pipelines/templates/DebuggerTesting-release.template.yml index 7922ed9d2..426ca8469 100644 --- a/eng/pipelines/templates/DebuggerTesting-release.template.yml +++ b/eng/pipelines/templates/DebuggerTesting-release.template.yml @@ -10,7 +10,7 @@ steps: parameters: Command: 'restore' solution: '$(Build.SourcesDirectory)\src\MIDebugEngine.sln' - FeedsToUse: 'config' + selectOrConfig: 'config' NugetConfigPath: '$(Build.SourcesDirectory)\eng\pipelines\NuGet.release.config' - template: ../tasks/MSBuild.yml