Skip to content

Commit 35acdc7

Browse files
authored
Update documentation on package ingestion process (#6855)
1 parent 05033da commit 35acdc7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/updating-packages.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ Any assembly listed in the `.vsixignore` file certainly follows the above advice
3535
For packages that are only referenced by `src/NuGet.Clients/` projects, it's safe to update as soon as VS's main branch has the updated package/assembly version.
3636
In that case, it's not necessary to wait until the dependency is updated in a public preview, since it won't affect the .NET SDK.
3737
For packages/assemblies that we include in the vsix (see the `.vsixinclude` file), it's probably safe to update at any time.
38+
39+
## Ingesting packages from the dotnet-public mirror
40+
41+
The client build uses the dotnet-public mirror for ingesting nuget.org packages.
42+
The [mirroring packages](https://github.com/dotnet/arcade/blob/main/Documentation/MirroringPackages.md) document has details about how this ingestion happens and when and how to ingest new packages or package versions.
43+
44+

0 commit comments

Comments
 (0)