You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check whether a change has been made to a Dockerfile that is shared by multiple .NET versions. If a change has been made and the .NET versions that share that file are not being released at the same time, define a separate Dockerfile to isolate the change to the .NET version that's being released. Conversely, after a shared Dockerfile has diverged in such a way, it should be combined again into a shared Dockerfile when the other other .NET version is released. Shared Dockerfiles to check:
3.1 runtime-deps shared with 5.0 and 6.0
Wait for .NET archive files (.zip, .tar.gz) to be available at blob storage location
Run update-dependencies tool to update all the necessary files to reflect the specified .NET versions (run this command for each version being released):
.NET Release
Release Versions
The set of .NET versions that are being released as a unit.
1. Main Branch Tasks
update-dependencies
tool to update all the necessary files to reflect the specified .NET versions (run this command for each version being released):dotnet run --project .\eng\update-dependencies\update-dependencies.csproj 6.0 --product-version sdk=6.0.100-preview.4.21255.9 --product-version runtime=6.0.0-preview.4.21253.7 --product-version aspnet=6.0.0-preview.4.21253.5
Build images - Queue build stage of dotnet-docker pipeline (internal MSFT link) with variables:
All releases:
Preview release (exclude 3.1 if separate runtime-deps Dockerfiles were defined):
Test and publish images - Queue build of dotnet-docker pipeline (internal MSFT link) with variables:
All releases:
Preview release (exclude 3.1 if separate runtime-deps Dockerfiles were defined):
The text was updated successfully, but these errors were encountered: