fix ui tests pipeline

This commit is contained in:
Leilei Zhang
2026-01-07 09:46:06 +08:00
parent 03aec1a9a7
commit ee64ba5abc

View File

@@ -68,15 +68,6 @@ 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.slnx
restoreDirectory: '$(Build.SourcesDirectory)\packages'
# Build all UI test projects if no specific modules are specified
- ${{ if eq(length(parameters.uiTestModules), 0) }}:
- task: VSBuild@1