From 8695d9ee4b8d31b9945495442a584e52a4fe62cf Mon Sep 17 00:00:00 2001 From: Leonard Hecker Date: Tue, 8 Nov 2022 19:26:43 +0100 Subject: [PATCH] Fix Helix failures by updating the SDK (#14353) This mirrors microsoft/WinUI !8045797 and appears to resolve our recent Helix pipeline failures, due to a python script issue (see Helix logs). --- build/Helix/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Helix/global.json b/build/Helix/global.json index cec97c1d23..53d8ed33c4 100644 --- a/build/Helix/global.json +++ b/build/Helix/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20277.5" + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22525.5" } }