Remove AzurePowerShell pwsh parameter in tools/ci_build/github/azure-pipelines/templates/publish-symbolrequestprod-api.yml by edgchen1 · Pull Request #27339 · microsoft/onnxruntime

added 4 commits

February 13, 2026 10:04
…n Windows. pwsh.exe is not available on some Windows agents.

@edgchen1 edgchen1 deleted the edgchen1/py_win_arm64_build_use_powershell branch

February 13, 2026 21:52

tianleiwu pushed a commit that referenced this pull request

Feb 13, 2026
…pipelines/templates/publish-symbolrequestprod-api.yml (#27339)

### Description
<!-- Describe your changes. -->

Remove AzurePowerShell pwsh parameter in
tools/ci_build/github/azure-pipelines/templates/publish-symbolrequestprod-api.yml
so it will default to powershell.exe instead of pwsh.exe.

Some Windows build agents don't have pwsh.exe.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Fix Win ARM64 Python packaging pipeline issue.

tianleiwu added a commit that referenced this pull request

Feb 14, 2026
This cherry-picks the following commits for the release:
- #27323
- #27339

---------

Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com>
Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>

This was referenced

Feb 14, 2026

tianleiwu added a commit that referenced this pull request

Feb 17, 2026
Fix python packaging pipeline for 1.24.2 release.

Previous attempt (#27339)
to fix python packaging pipeline failed since powershell 5.1 does not
support `-AsPlainText`.

It has been verified that python packaging pipeline is good after this
fix.

tianleiwu added a commit that referenced this pull request

Feb 18, 2026
Fix python packaging pipeline for 1.24.2 release.

Previous attempt (#27339)
to fix python packaging pipeline failed since powershell 5.1 does not
support `-AsPlainText`.

It has been verified that python packaging pipeline is good after this
fix.

apwojcik pushed a commit to ROCm/onnxruntime that referenced this pull request

Feb 19, 2026
…pipelines/templates/publish-symbolrequestprod-api.yml (microsoft#27339)

### Description
<!-- Describe your changes. -->

Remove AzurePowerShell pwsh parameter in
tools/ci_build/github/azure-pipelines/templates/publish-symbolrequestprod-api.yml
so it will default to powershell.exe instead of pwsh.exe.

Some Windows build agents don't have pwsh.exe.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Fix Win ARM64 Python packaging pipeline issue.

This was referenced

Feb 23, 2026