From 605ac6ffd787e4e1f92bb08089e5bd88e3ddda61 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:05:35 +0000 Subject: [PATCH 1/2] Initial plan From b106bd94fddf87ad6ff9cb27050e8558318854e4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:06:22 +0000 Subject: [PATCH 2/2] Add checkout: none to PublishNuGet job to skip unnecessary repo checkout Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/maui-labs/sessions/a1ea6e7c-7053-4fce-b090-418e01ca6df5 --- eng/pipelines/release-publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/release-publish-nuget.yml b/eng/pipelines/release-publish-nuget.yml index 924a136a4..67bee38b2 100644 --- a/eng/pipelines/release-publish-nuget.yml +++ b/eng/pipelines/release-publish-nuget.yml @@ -130,7 +130,7 @@ extends: artifactName: PackageArtifacts targetPath: '$(Pipeline.Workspace)/packages/PackageArtifacts' steps: - - checkout: self + - checkout: none - task: UseDotNet@2 displayName: 'Install .NET SDK'