Skip to content

Commit cc2c165

Browse files
authored
Fix pwsh 7.4.3 issue (#25370)
1 parent 2b3ff5d commit cc2c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/sync-aliases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
displayName: Install PowerShell 7.4.x
3636
3737
- pwsh: |
38-
dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File "./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN"
38+
dotnet tool run pwsh -NoLogo -NoProfile -NonInteractive -File ./tools/Github/ParseServiceContactsList.ps1 -AccessToken $env:SYSTEM_ACCESSTOKEN
3939
env:
4040
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
4141
displayName: Update resourceManagement.yml file locally

0 commit comments

Comments
 (0)