]> granicus.if.org Git - nethack/commitdiff
nuget restore task
authornhmall <nhmall@nethack.org>
Sat, 5 Jun 2021 03:01:49 +0000 (23:01 -0400)
committernhmall <nhmall@nethack.org>
Sat, 5 Jun 2021 03:01:49 +0000 (23:01 -0400)
azure-pipelines.yml

index 93be2423fed43cfc077b44b882ad6a695f60742f..0fe621965001d9735652f1ab09c7abea6eab6ffa 100644 (file)
@@ -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