mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
[Build][Installer]Fix NU1503 build warnings (#33938)
## Summary of the Pull Request This PR aims for fix some CI build warnings. ## Detailed Description of the Pull Request / Additional comments ### Warning NU1503 Fix warning NU1503 for wix toolset projects marking them as restorable and adding an empty restore target. ### No test result files matching '[ '**/*.trx' ]' were found. Skip publishing of test results for ARM64 since pipeline isn't running ARM64 tests 
This commit is contained in:
committed by
GitHub
parent
7479ef6e65
commit
0a9e889b1b
@@ -246,7 +246,7 @@ steps:
|
||||
inputs:
|
||||
testResultsFormat: VSTest
|
||||
testResultsFiles: '**/*.trx'
|
||||
condition: always()
|
||||
condition: ne(variables['BuildPlatform'],'arm64')
|
||||
|
||||
# Native dlls
|
||||
- task: VSTest@2
|
||||
|
||||
Reference in New Issue
Block a user