[Build] Use .NET 6 for XAML Styler

This commit is contained in:
Jeremy Sinclair 2023-10-11 16:24:21 -04:00
parent 8a26ca0747
commit 66bfca8e4c

View File

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