mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-28 04:57:42 +00:00
[CI] Upgrade XamlStyler and remove .NET6 dependency (#37574)
* Bump XamlStyler and remove .NET6 CI dep * XamlStyler failure test * fix xaml formatting * Bump dotnet-consolidate
This commit is contained in:
parent
7bdd6c660a
commit
0e62e2ddd4
@ -3,13 +3,13 @@
|
|||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet-consolidate": {
|
"dotnet-consolidate": {
|
||||||
"version": "2.0.0",
|
"version": "4.2.0",
|
||||||
"commands": [
|
"commands": [
|
||||||
"dotnet-consolidate"
|
"dotnet-consolidate"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"xamlstyler.console": {
|
"xamlstyler.console": {
|
||||||
"version": "3.2404.2",
|
"version": "3.2501.8",
|
||||||
"commands": [
|
"commands": [
|
||||||
"xstyler"
|
"xstyler"
|
||||||
]
|
]
|
||||||
|
@ -142,11 +142,6 @@ jobs:
|
|||||||
Write-Host "##vso[task.setvariable variable=MSBuildCacheParameters]$MSBuildCacheParameters"
|
Write-Host "##vso[task.setvariable variable=MSBuildCacheParameters]$MSBuildCacheParameters"
|
||||||
displayName: Prepare MSBuildCache variables
|
displayName: Prepare MSBuildCache variables
|
||||||
|
|
||||||
- template: steps-ensure-dotnet-version.yml
|
|
||||||
parameters:
|
|
||||||
sdk: true
|
|
||||||
version: '6.0'
|
|
||||||
|
|
||||||
- template: steps-ensure-dotnet-version.yml
|
- template: steps-ensure-dotnet-version.yml
|
||||||
parameters:
|
parameters:
|
||||||
sdk: true
|
sdk: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user