mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 07:17:56 +08:00
[Build] Use .NET 6 for XAML Styler
This commit is contained in:
parent
8a26ca0747
commit
66bfca8e4c
@ -8,10 +8,10 @@ steps:
|
|||||||
clean: true
|
clean: true
|
||||||
|
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
displayName: 'Use .NET 7 SDK'
|
displayName: 'Use .NET 6 SDK'
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
packageType: sdk
|
||||||
version: '7.x'
|
version: '6.x'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Verify XAML formatting
|
displayName: Verify XAML formatting
|
||||||
|
Loading…
Reference in New Issue
Block a user