From 70925807f60fd7b9adc647efbacb801797c5439d Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 4 Jun 2021 23:01:49 -0400 Subject: [PATCH] nuget restore task --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93be2423f..0fe621965 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,6 +115,12 @@ steps: condition: eq( variables.toolchain, 'vs' ) displayName: 'Copying store key' +- task: NuGetCommand@2 + inputs: + command: 'restore' + restoreSolution: '$(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln' + feedsToUse: 'select' + - task: MSBuild@1 inputs: solution: $(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln