Skip to content

Update release pipeline to use msrustup 1.95#1564

Open
SteveL-MSFT wants to merge 4 commits into
PowerShell:mainfrom
SteveL-MSFT:pipeline-rust-update
Open

Update release pipeline to use msrustup 1.95#1564
SteveL-MSFT wants to merge 4 commits into
PowerShell:mainfrom
SteveL-MSFT:pipeline-rust-update

Conversation

@SteveL-MSFT

Copy link
Copy Markdown
Member

PR Summary

Create parameter defaulting to known good version
Add parameter to Windows pipeline
Update pipeline to use this parameter

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the build/release tooling to use a newer “known good” Microsoft Rust toolchain (msrustup ms-prod-1.95), and threads that version through the Azure Pipelines templates so the Rust toolchain version is centrally controlled.

Changes:

  • Bump the msrustup channel used by the build helpers to ms-prod-1.95.
  • Introduce a Rust toolchain version variable in the official pipeline and pass it into the Windows build template.
  • Replace hard-coded rustVersion values in pipeline tasks with the new parameter/variable-driven value.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
helpers.build.psm1 Updates msrustup channel selection to ms-prod-1.95.
.pipelines/DSC-Windows.yml Adds a Rust version template parameter used by the Rust installer task.
.pipelines/DSC-Official.yml Defines a central Rust version and uses it across Windows and Linux build steps.

Comment thread .pipelines/DSC-Official.yml
Comment thread .pipelines/DSC-Official.yml
Comment thread .pipelines/DSC-Windows.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants