Skip to content

Commit 301aaf5

Browse files
authored
Remove AzurePowerShell pwsh parameter in tools/ci_build/github/azure-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.
1 parent 1ade88a commit 301aaf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/ci_build/github/azure-pipelines/templates/publish-symbolrequestprod-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ steps:
5252
inputs:
5353
azureSubscription: ${{ parameters.subscription }}
5454
azurePowerShellVersion: LatestVersion
55-
pwsh: true
5655
ScriptType: InlineScript
5756
Inline: |
5857
# Part 1: Generate an Azure Token

0 commit comments

Comments
 (0)