From 68f7f6f1a9f2f76880deb2a05a590c2ff8c55e6b Mon Sep 17 00:00:00 2001 From: Aaron Pearson Date: Sun, 28 Jan 2024 15:52:07 +0000 Subject: [PATCH] Fix Azure pipeline restore? --- azure-pipelines.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a71fae8..f063565 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,11 +15,12 @@ variables: buildConfiguration: 'Release' steps: - - task: NuGetToolInstaller@1 - - - task: NuGetCommand@2 + - task: DotNetCoreCLI@2 inputs: - restoreSolution: '$(solution)' + command: 'restore' + projects: '$(solution)' + feedsToUse: 'select' + vstsFeed: 'd4e5e777-2219-4c8d-bb12-0c6a0a661b33' - task: DotNetCoreCLI@2 inputs: