From 31ad887be3842a1fa55d0104dfd402014f6da279 Mon Sep 17 00:00:00 2001 From: Leilei Zhang Date: Tue, 8 Jul 2025 18:12:06 +0800 Subject: [PATCH] restore --- .pipelines/v2/templates/job-build-ui-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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