Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.5 KB

new-windows-release.md

File metadata and controls

31 lines (27 loc) · 2.5 KB
name about title labels assignees
.NET Framework Docker Release - New Windows Version
Checklist for releasing .NET Framework container images for new Windows major versions
.NET Framework Container Images Release - New Windows Version - <new Windows version>
docker
lbussell

Prep Tasks

    • Update the test data for each of the test classes to include the new Windows version
    • Run the update-dependencies tool to generate the new Dockerfiles and update all the necessary files:
      • dotnet run --project .\eng\update-dependencies
    • Inspect generated changes for correctness
    • Test the images
        • Create a local VM of the new Windows version
        • Clone this repo with the above changes onto the VM
        • Run .\build-and-test.ps1 -OS windowsservercore-<VERSION> to build and test your changes
    • Revert any modifications that were made to the 3.5/runtime Dockerfile to support local testing due to the lack of the https://dotnetbinaries.blob.core.windows.net/dockerassets/microsoft-windows.netfx3-<VERSION>.zip file.
    • Commit generated changes
    • Create PR
    • Get PR signoff. Don't merge PR to main.

Release Day Tasks