From ef622841a3a79dd33c50264cbd8010d4089d3eb0 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:17:26 -0400 Subject: [PATCH] [CI] Target .NET 8 in YAML --- .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 43358f3cc0..9c9972f7a4 100644 --- a/.pipelines/ci/templates/build-powertoys-steps.yml +++ b/.pipelines/ci/templates/build-powertoys-steps.yml @@ -50,10 +50,10 @@ steps: pwsh: true - task: UseDotNet@2 - displayName: 'Use .NET 7 SDK' + displayName: 'Use .NET 8 SDK' inputs: packageType: sdk - version: '7.x' + version: '8.x' - task: VisualStudioTestPlatformInstaller@1 displayName: Ensure VSTest Platform