-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PERF] Use script instead of powershell to set DOTNET_ROOT #89123
[PERF] Use script instead of powershell to set DOTNET_ROOT #89123
Conversation
…stems. (Crossgen image is missing pwsh).
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsUse script instead of powershell so we can set the variable on all systems. (Crossgen image is missing pwsh). Test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2224620&view=results
|
Successful test run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2224774&view=results |
This reverts commit 41fb0d3.
Failures are unrelated, merging |
Use script instead of powershell when we set pipeline variables in set DOTNET_ROOT as the Crossgen image used does not have pwsh. Follow-up to #88801