From d0592eece36447f9913609291f0b117643beb041 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Sun, 19 Jul 2026 00:15:56 -0700 Subject: [PATCH] Fix invalid '--' inside XML comment in index.proj The GenerateSubRepoTags comment used a '--' aside, which MSBuild rejects with MSB4025 (an XML comment cannot contain '--'). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/index/index.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index/index.proj b/src/index/index.proj index d689caa..3a886d0 100644 --- a/src/index/index.proj +++ b/src/index/index.proj @@ -184,7 +184,7 @@ source links keep pointing at the top-level repo. The stage1 bundle doesn't ship the VMR's src/source-manifest.json (it's not a project file), - so grab just that file from git at the pinned commit -- a treeless, single-file partial fetch, + so grab just that file from git at the pinned commit: a treeless, single-file partial fetch, keyed to the full dotnet-dotnet vertical's SHA (never dotnet-dotnet-windows). -->