Skip to content

Commit b609836

Browse files
committed
Fix internal feeds
1 parent c25a1e9 commit b609836

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<!-- Begin: Package sources from dotnet-templating -->
1010
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
1111
<!-- End: Package sources from dotnet-templating -->
12+
<add key="darc-int-dotnet-aspnetcore-d827c653" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json" />
13+
<add key="darc-int-dotnet-installer-72dec52d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json" />
1214
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1315
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
1416
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ if [ "${internalPackageFeedPat:-}" ]; then
108108
# TODO: Read these from nuget.config
109109
# The internal transport isn't added by Darc, though, so it will still need special-casing.
110110
export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS='{"endpointCredentials": [
111+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
112+
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"},
111113
{"endpoint":"https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json", "username":"optional", "password":"'$internalPackageFeedPat'"}
112114
]}'
113115
fi

smoke-testNuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<!-- Begin: Package sources from dotnet-templating -->
1111
<add key="darc-pub-dotnet-templating-5a9a6d5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5a9a6d5f/nuget/v3/index.json" />
1212
<!-- End: Package sources from dotnet-templating -->
13+
<add key="darc-int-dotnet-aspnetcore-d827c653" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-d827c653/nuget/v3/index.json" />
14+
<add key="darc-int-dotnet-installer-72dec52d" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-installer-72dec52d/nuget/v3/index.json" />
1315
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1416
<add key="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
1517
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />

0 commit comments

Comments
 (0)