diff --git a/.pipelines/v2/templates/job-build-ui-tests.yml b/.pipelines/v2/templates/job-build-ui-tests.yml index 0e21d0d1f8..8a341f7395 100644 --- a/.pipelines/v2/templates/job-build-ui-tests.yml +++ b/.pipelines/v2/templates/job-build-ui-tests.yml @@ -75,6 +75,15 @@ jobs: - template: .\steps-restore-nuget.yml + - task: NuGetCommand@2 + displayName: Restore solution-level NuGet packages + inputs: + command: restore + feedsToUse: config + configPath: nuget.config + restoreSolution: PowerToys.sln + restoreDirectory: '$(Build.SourcesDirectory)\packages' + # Build only UI test projects - ${{ each project in parameters.uiTestProjectsToBuild }}: - task: VSBuild@1