From: nhmall Date: Sat, 5 Jun 2021 03:01:49 +0000 (-0400) Subject: nuget restore task X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70925807f60fd7b9adc647efbacb801797c5439d;p=nethack nuget restore task --- 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