-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update to aspnetcore 2.1.0-preview1-28275 and react to feed layout changes #8611
Update to aspnetcore 2.1.0-preview1-28275 and react to feed layout changes #8611
Conversation
@natemcmaster |
Yes, that's correct. We want to get this layout change in now before we make the 2.1.300-preview1 release so we don't have to support the old url format. URL format should be "$azurefeed/aspnetcore/Runtime/", not "$azurefeed/Runtime" going forward. |
@natemcmaster |
I updated the aspnetcore-release feed to ensure 2.1.0-preview1-28275 is there. @dotnet-bot test please |
Hmm, that didn't trigger. @dotnet-bot test this please |
@johnbeisner PR validation passed now. Okay to merge? |
@natemcmaster |
Yes. I don't have permissions. Also, should I make a PR to update dotnet-install.ps1/sh on other branches? Is release/2.0.0 still the "official" copy of these scripts? |
@natemcmaster |
…ease/2.1.3xx-to-master * dotnet/release/2.1.3xx: Update to aspnetcore 2.1.0-preview1-28275 and react to feed layout changes (#8611) "ExternalRestoreSources" needs to be set in the docker container (#8602) Signing nupkg contents (Cli.Utils and MSBuildResolver) along with the rest of the compiled assemblies. Use satellites from roslyn package, not cli-deps-satellites Update to roslyn 2.7.0-beta3-62612-07 for 2.1.1xx Support TildeSlash expand (#8589) Port Kernel Version telemetry to preview1 Do not create a directory with a trailing space; it cannot be deleted by conventional methods. (#8587) Consume generic aspnetcore rpm installers Insert NuGet Build 4.6.0-rtm-4918 into cli Adding roslyn to automatic dependency flow through maestro. Fixing update dependency by using the new APIs. We broke this when we updated the version of VersionTools. MSBuild 15.6.81 Update SDK to 2.1.300-preview1-62608-07 MSBuild 15.6.80 Conflicts: build/DependencyVersions.props test/Microsoft.DotNet.ShellShim.Tests/ShellShimMakerTests.cs
React to aspnet/Universe#886.
Aspnetcore is changing the layout of files on the dotnetcli feed to be in its own subfolder. See aspnet/Universe#878 for more context.
Changes:
cc @leecow @eerhardt