File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,6 @@ if [ "${internalPackageFeedPat:-}" ]; then
119
119
# The internal transport isn't added by Darc, though, so it will still need special-casing.
120
120
export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS=' {"endpointCredentials": [
121
121
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-templating-7ab67ec7/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
122
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-extensions-bdc3beed/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
123
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-2/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
124
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394-1/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
125
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1721e394/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
126
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-tooling-e2442f29/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
127
- {"endpoint":"https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-e3187077/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
128
122
{"endpoint":"https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json", "username":"optional", "password":"' $internalPackageFeedPat ' "}
129
123
]}'
130
124
fi
You can’t perform that action at this time.
0 commit comments