We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5e7fc commit 27b2b78Copy full SHA for 27b2b78
azure-pipelines.yml
@@ -329,7 +329,7 @@ jobs:
329
inputs:
330
packageFeedSelector: 'nugetOrg'
331
332
- - powershell: |
+ - pwsh: |
333
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
334
Install-Module Microsoft.WinGet.Client -Repository PSGallery -Force
335
try { Repair-WingetPackageManager -AllUsers -Latest -Verbose } catch { $_.Exception }
@@ -345,7 +345,7 @@ jobs:
345
workingDirectory: '$(buildOutDir)\AppInstallerCLITests'
346
condition: succeededOrFailed()
347
348
349
Uninstall-WinGetPackage -Id Microsoft.Sysinternals.PsTools -Source winget
350
displayName: Clean up Sysinternals PsTools
351
0 commit comments