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
Ensure all build agent scale sets have the appropriate number of machines allocated for a build
Merge any pending PRs or commits from dev branch:
<placeholder link>
Look up the latest NuGet CLI versions and update the nuget-info.json file with the latest patch of each major/minor version listed in the file.
Wait for latest cumulative updates (LCUs) to be released (typically at 10 AM PST on Patch Tuesday).
Gather list of KB numbers for the .NET Framework updates from the .NET Release team.
Look up the download URL for each of the KB numbers in Microsoft Update Catalog and input them into the lcu-info.json file. If this is the first Patch Tuesday after the release of a new Windows version, you'll need to do the following extra steps for that version:
Add a new entry to the lcu-info.json file to associate a URL for the new Windows version and 3.5 runtime version.
Update the 3.5/runtime Dockerfile for the new Windows version so that the patch is applied (this can be copied from another 3.5/runtime Dockerfile in a section labeled Apply latest patch)
Run the update-dependencies tool to update all the necessary files:
dotnet run --project .\eng\update-dependencies --datestamp-all <YYYYMMDD>
Run the Get-BaseImageStatus.ps1 script and wait until the Windows images have been updated as part of the Windows Patch Tuesday release process. This script will display when the dependent Windows images were last updated. Wait until all the images show that they have been recently updated. "Recently updated" amounts to be having been updated within the past week or so; images from a month ago should be considered to be the old version.
Confirm build for dotnet-docker-framework-samples (internal MSFT link) was queued. This will be queued automatically by dotnet-docker-tools-check-base-image-updates when it detects that the product images have been updated (detection runs on a schedule). Alternatively, you can manually queue the samples build.
Patch Tuesday Release
Tasks
dev
branch:3.5
runtime version.3.5/runtime
Dockerfile for the new Windows version so that the patch is applied (this can be copied from another3.5/runtime
Dockerfile in a section labeledApply latest patch
)update-dependencies
tool to update all the necessary files:dotnet run --project .\eng\update-dependencies --datestamp-all <YYYYMMDD>
Run the
Get-BaseImageStatus.ps1
script and wait until the Windows images have been updated as part of the Windows Patch Tuesday release process. This script will display when the dependent Windows images were last updated. Wait until all the images show that they have been recently updated. "Recently updated" amounts to be having been updated within the past week or so; images from a month ago should be considered to be the old version.Last Modified
field has been updated in Docker Hub for microsoft-dotnet-framework-samplesThe text was updated successfully, but these errors were encountered: