diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2cd34fbbb..d97816a29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,12 @@ stages: - job: displayName: Build steps: + - task: NuGetCommand@2 + inputs: + command: 'restore' + restoreSolution: '**/*.sln' + feedsToUse: 'config' + nugetConfigPath: '$(System.DefaultWorkingDirectory)\nuget.config' - task: VSBuild@1 inputs: platform: $(buildPlatform)