This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Commit 23b1afa
Restore single-feed nuget.config (CFS only)
PR #267 had added nuget.org as a NuGet source and a packageSourceMapping
that routed * to nuget.org, plus a hardcoded local feed at C:\Users\Tig.
This caused Terminal.Gui (and other dependencies) to be pulled directly
from nuget.org instead of the PowerShell team's CFS feed, violating the
policy that all packages flow through CFS for upstream-mirrored ingestion.
Revert nuget.config to main's contents: a single PowerShellCore_PublicPackages
source. CFS upstream-ingests from nuget.org on demand, so no source mapping
is needed and Terminal.Gui 2.0.1 (and everything else) restores from CFS.
Verified: project.assets.json + .nupkg.metadata both show Terminal.Gui 2.0.1
sourced from pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e4074de commit 23b1afa
1 file changed
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 7 | | |
0 commit comments