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
Merged PR 13221253: don't run msrustup at all within ADO
don't run msrustup at all within ADO
----
#### AI description (iteration 1)
#### PR Classification
This PR updates the build script to disable the execution of msrustup in ADO environments.
#### PR Summary
The pull request modifies `/build.ps1` to ensure that msrustup is not run when the build is executed within ADO. It introduces an early exit when the ADO flag is set and simplifies the rust toolchain selection and update logic.
- `build.ps1`: Adds a conditional branch that breaks out when `$usingADO` is true, preventing msrustup execution.
- `build.ps1`: Removes the fallback assignment of `$rustup` to `echo` and adjusts the update condition for clarity and proper toolchain selection.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
0 commit comments