-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkfeature-installersIncludes: InstallersIncludes: Installers
Milestone
Description
This is a reoccurrence of #27670.
The issue is that there is not parity between the ASP.NET files contained in the SDK archive vs the standalone ASP.NET runtime archive. The runtime archive does not contain a runtimelist.xml file.
https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100-alpha.1.21054.2/dotnet-sdk-6.0.100-alpha.1.21054.2-win-x64.zip: Contains shared/microsoft.aspnetcore.app/6.0.0-alpha.1.20629.3/runtimelist.xml
https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/6.0.0-alpha.1.20629.3/aspnetcore-runtime-6.0.0-alpha.1.20629.3-win-x64.zip: Does not contain shared/microsoft.aspnetcore.app/6.0.0-alpha.1.20629.3/runtimelist.xml
cc @wtgodbe
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkfeature-installersIncludes: InstallersIncludes: Installers