@@ -108,15 +108,13 @@ if [ "${internalPackageFeedPat:-}" ]; then
108
108
# TODO: Read these from nuget.config
109
109
# The internal transport isn't added by Darc, though, so it will still need special-casing.
110
110
export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS=' {"endpointCredentials": [
111
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-b7a2ec8c/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
112
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-roslyn-analyzers-ce71b27b/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
113
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-2f740adc-5/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
114
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-2f740adc-4/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
115
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-2f740adc-3/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
116
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-2f740adc/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
117
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-aspnetcore-f3eeec88/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
111
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-roslyn-analyzers-755ceda7/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
112
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-3/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
113
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-556582d9-2/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
114
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866-1/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
115
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-3cdb1866/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
118
116
{"endpoint":"https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet5-internal-transport/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "},
119
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/5.0.203 -servicing.21222.11 -shipping/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
117
+ {"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/5.0.204 -servicing.21263.62 -shipping/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
120
118
]}'
121
119
fi
122
120
0 commit comments