diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 2c4e940b50..e56b4d46c5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "XamlStyler.Console": { - "version": "3.2008.4", + "version": "3.2206.4", "commands": [ "xstyler" ] diff --git a/build/pipelines/templates/check-formatting.yml b/build/pipelines/templates/check-formatting.yml index f487a7a81c..46abca0324 100644 --- a/build/pipelines/templates/check-formatting.yml +++ b/build/pipelines/templates/check-formatting.yml @@ -2,7 +2,7 @@ jobs: - job: CodeFormatCheck displayName: Proper Code Formatting Check - pool: { vmImage: windows-2019 } + pool: { vmImage: windows-2022 } steps: - checkout: self