Skip to content

Commit 8090407

Browse files
authored
Fix github pat issue using AzurePowerShell task (#25740)
1 parent 8ed586f commit 8090407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/util/get-github-pat-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
steps:
22
- task: AzurePowerShell@5
33
inputs:
4+
pwsh: true
45
azureSubscription: '$(AzureSubscription)'
56
ScriptType: 'InlineScript'
67
Inline: |

0 commit comments

Comments
 (0)