Commit 5a5f58d
fix: switch NuGet auth to config layering to preserve packageSourceMapping
Replace --configfile (which drops all other NuGet config) with copying a
credentials-only file to ~/.nuget/config/credentials.config so NuGet
merges it with the repo's nuget.config (including packageSourceMapping).
- Add required=false to secret mount (explicit optional behavior)
- Generate credentials-only config in CI (nuget.config remains single
source of truth for feeds and packageSourceMapping)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 26ebbed commit 5a5f58d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments