From e2be0b38644bbaf4d33a0a897b02d0ebfa5dedb7 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 27 Apr 2026 15:37:43 -0500 Subject: [PATCH] Fix PublishBuildAssets.proj path for newer Arcade SDK Arcade SDK 11.0.0-beta.26215.121 moved PublishBuildAssets.proj from tools/SdkTasks/ to toolset/. Update the path in common.csproj to match the new layout. See dotnet/arcade#16753. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- dotnet/package/common.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/package/common.csproj b/dotnet/package/common.csproj index 324c6f4e5440..4188d1008fc6 100644 --- a/dotnet/package/common.csproj +++ b/dotnet/package/common.csproj @@ -159,12 +159,12 @@