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
copilot messed up my script last PR, the `return` exited the script so nothing got built. instead, just going to wrap use of `rustup` to check if running in ADO. Can't run it because it won't auth and MSAzure doesn't allow public feeds, but the rust installer task already set it up as needed anyways.
----
#### AI description (iteration 1)
#### PR Classification
Build script update.
#### PR Summary
This PR modifies the build script to conditionally bypass rustup commands when the `$usingADO` flag is set, ensuring that rustup is only used in non-ADO environments.
- `build.ps1`: Wraps the rustup default command in a condition checking `$usingADO`.
- `build.ps1`: Adds a condition to the rustup target addition so it executes only when the architecture is not 'Current' and `$usingADO` is false.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
0 commit comments