another restore line...

This commit is contained in:
Michael Niksa 2021-11-15 15:31:34 -08:00
parent c4f28583ec
commit 392ad1c823

View file

@ -89,6 +89,16 @@ jobs:
displayName: Use NuGet 5.10
inputs:
versionSpec: 5.10
# In the Microsoft Azure DevOps tenant, NuGetCommand is ambiguous.
# This should be `task: NuGetCommand@2`
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
displayName: Restore NuGet packages for extraneous build actions
inputs:
command: restore
feedsToUse: config
configPath: NuGet.config
restoreSolution: build/packages.config
restoreDirectory: '$(Build.SourcesDirectory)\packages'
- task: NuGetCommand@2
displayName: NuGet custom
inputs: