From 66bfca8e4c7aaccd2c4279a8e93f15b54f2b0c11 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:24:21 -0400 Subject: [PATCH] [Build] Use .NET 6 for XAML Styler --- .pipelines/ci/templates/build-powertoys-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/ci/templates/build-powertoys-steps.yml b/.pipelines/ci/templates/build-powertoys-steps.yml index 7f5f6e2092..4283fb95d6 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -8,10 +8,10 @@ steps: clean: true - task: UseDotNet@2 - displayName: 'Use .NET 7 SDK' + displayName: 'Use .NET 6 SDK' inputs: packageType: sdk - version: '7.x' + version: '6.x' - task: PowerShell@2 displayName: Verify XAML formatting