Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index/index.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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). -->
<Target Name="GenerateSubRepoTags" DependsOnTargets="ResolveHashV2"
Outputs="%(ClonedRepositoryV2.Identity)">
Expand Down
Loading