v9.1.5
github-actions
released this
21 Feb 16:23
·
64 commits
to refs/heads/main
since this release
What's Changed
-
Use cargo-binstall to sync rust tool versions @Javagedes (#319)
Change Details
Update RustSetupSteps to download cargo-binstall and use it to download all other rust tools. This is to make it easy for CI to pass the updated RustEnvironmentCheck (https://github.com/microsoft/mu_basecore/pull/737) by downloading the exact tool versions as specified in the rust-toolchain.toml file.
-
Change NuGetAuthenticate task to version 1. @apop5 (#296)
Change Details
Need to switch mu_devops to use NuGetAuthenticate@1 tasks. NuGetAuthenticate@0 is being depreciated, in some pipelines, starting 2024.01.31.
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-authenticate-v0?view=azure-pipelines
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-authenticate-v1?view=azure-pipelinesFixes #289
-
Add pipeline to cache cargo binstall @Javagedes (#318)
Change Details
Adds a pipeline to cache cargo binstall.
Adds
.tgz
(short for.tar.gz
) support to the DownloadCargoBinaryFromGitHub.py script. Also fixes a logic error in the conditional that decides which assets to download.See successful pipeline run: https://dev.azure.com/projectmu/mu/_build/results?buildId=64211&view=logs&j=402df595-8a03-57d0-41e1-0654a1932349
Full Changelog: v9.1.4...v9.1.5