Skip to content

Commit 6b3aa9a

Browse files
fix: generate credentials-only NuGet config for Docker build
Omit packageSources from the generated config so NuGet's config layering keeps nuget.config as the single source of truth for feed URLs and packageSourceMapping rules. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a5f58d commit 6b3aa9a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/Build-Test-And-Deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ jobs:
7171
cat > /tmp/nuget-auth.config << EOF
7272
<?xml version="1.0" encoding="utf-8"?>
7373
<configuration>
74-
<packageSources>
75-
<clear />
76-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
77-
<add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
78-
</packageSources>
7974
<packageSourceCredentials>
8075
<EssentialCSharp>
8176
<add key="Username" value="docker" />

0 commit comments

Comments
 (0)