diff --git a/build/NugetConfigFile.targets b/build/NugetConfigFile.targets index ef8c1617b..4a06d327d 100644 --- a/build/NugetConfigFile.targets +++ b/build/NugetConfigFile.targets @@ -1,38 +1,44 @@ + + + + - <?xml version="1.0" encoding="utf-8"?> - <configuration> - <packageSources> - <!--To inherit the global NuGet package sources remove the <clear/> line below --> - <clear /> + + + + + + ]]> - - <add key="PrivateBlobFeed" value="$(ExternalRestoreSources)" /> - - - <add key="BlobFeed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> - <add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" /> - <add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" /> - <add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" /> - <add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" /> - <add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" /> - <add key="symreader-native" value="https://dotnet.myget.org/f/symreader-native/api/v3/index.json" /> - <add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" /> - <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" /> - <add key="vstest" value="https://dotnet.myget.org/F/vstest/api/v3/index.json" /> - <add key="web-api" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" /> - <add key="symreader-native" value="https://dotnet.myget.org/F/symreader-native/api/v3/index.json" /> - <add key="AspNetMaster" value="https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" /> + + + + + + + + + + + + + + ]]> - </packageSources> - </configuration> + + + ]]> @@ -42,7 +48,7 @@