Skip to content

Commit 27b2b78

Browse files
committed
Use pwsh
1 parent ce5e7fc commit 27b2b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
inputs:
330330
packageFeedSelector: 'nugetOrg'
331331

332-
- powershell: |
332+
- pwsh: |
333333
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
334334
Install-Module Microsoft.WinGet.Client -Repository PSGallery -Force
335335
try { Repair-WingetPackageManager -AllUsers -Latest -Verbose } catch { $_.Exception }
@@ -345,7 +345,7 @@ jobs:
345345
workingDirectory: '$(buildOutDir)\AppInstallerCLITests'
346346
condition: succeededOrFailed()
347347
348-
- powershell: |
348+
- pwsh: |
349349
Uninstall-WinGetPackage -Id Microsoft.Sysinternals.PsTools -Source winget
350350
displayName: Clean up Sysinternals PsTools
351351
condition: succeededOrFailed()

0 commit comments

Comments
 (0)