Update dependencies from dotnet/core-setup (dotnet/corefx#34843)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Fri, 25 Jan 2019 19:41:24 +0000 (11:41 -0800)
committerSantiago Fernandez Madero <safern@microsoft.com>
Fri, 25 Jan 2019 19:41:24 +0000 (11:41 -0800)
* Update dependencies from https://github.com/dotnet/core-setup build 20190124.5

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27324-5
- Microsoft.NETCore.DotNetHost - 3.0.0-preview-27324-5
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-preview-27324-5

* Update package tests to use dotnet blob feed instead of myget

Commit migrated from https://github.com/dotnet/corefx/commit/1c2b743bdc5644af8ebe4657fa22c64f188dc2cd

src/libraries/pkg/test/testPackages.proj

index c63efce..d9960ae 100644 (file)
@@ -16,8 +16,8 @@
 
     <RestoreSource Include="https:%2F%2Fapi.nuget.org/v3/index.json" />
 
-    <!-- needed for SQLClient's SNI packages -->
-    <RestoreSource Include="https:%2F%2Fdotnet.myget.org/F/dotnet-core/api/v3/index.json" />
+    <!-- needed for SQLClient's SNI and core-setup packages -->
+    <RestoreSource Include="https:%2F%2Fdotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
 
     <!-- ideally this would be first, but we need to list last to workaround https://github.com/NuGet/Home/issues/6678 -->
     <RestoreSource Include="$(PackageOutputPath)" />