Skip to content

Commit 54ef19a

Browse files
committed
Don't use credentials in NuGet.Config
1 parent 58c8d84 commit 54ef19a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

NuGet.Config

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
<add key="MainPrivateFeed" value="%NUGET_MAIN_FEED_URL%" />
77
</packageSources>
88

9-
<packageSourceCredentials>
10-
<PrivateFeed>
11-
<add key="Username" value="%NUGET_REG_USERNAME%" />
12-
<add key="ClearTextPassword" value="%NUGET_REG_PASSWORD%" />
13-
</PrivateFeed>
14-
<MainPrivateFeed>
15-
<add key="Username" value="%NUGET_REG_USERNAME%" />
16-
<add key="ClearTextPassword" value="%NUGET_REG_PASSWORD%" />
17-
</MainPrivateFeed>
18-
</packageSourceCredentials>
19-
209
<packageSourceMapping>
2110
<packageSource key="MainPrivateFeed">
2211
<package pattern="TrackMan.SharedCalculator" />

0 commit comments

Comments
 (0)