v17.0.1
·
18 commits
to refs/heads/main
since this release
What's Changed
-
Rust setup: Use UID / GID @Javagedes (#484)
Change Details
Depending on the pipeline runner, the account name created in the container may be `azure_pipelines_docker` or `docker_azpcontainer`, leading to issues in setting the permissions that allow us to create or move files for rust setup / rust testing. It was seen that regardless of the name, the actual UID / GID that they are using is always 1001, so we instead hardcode the UID/GID value instead of the name.
This has proven to work here:
-
Update mu\_devops version for pipelines @Javagedes (#482)
Change Details
Step 7 to fully update the rust version to 1.85 to 1.89 as defined in
Full Changelog: v17.0.0...v17.0.1