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 13216013: don't update rust if used in ADO
don't update rust if used in ADO
----
#### AI description (iteration 1)
#### PR Classification
Bug fix to prevent the rust toolchain from updating in an ADO environment.
#### PR Summary
This pull request updates the build script to ensure that rust is not updated when running in an ADO environment.
- In `build.ps1`, the rust update condition is modified to run only if the `$usingADO` flag (set based on the `TF_BUILD` environment variable) is false.
- In `build.ps1`, the `$usingADO` variable is moved to a global scope, removing its redundant local assignment in the test block.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
0 commit comments