nuget restore task

This commit is contained in:
nhmall
2021-06-04 23:01:49 -04:00
parent 0305a14a27
commit 70925807f6

View 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