This commit is contained in:
Leilei Zhang
2025-07-08 18:12:06 +08:00
parent 5737160732
commit 31ad887be3

View File

@@ -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