File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -371,17 +371,8 @@ jobs:
371371 displayName: Clean up Sysinternals PsTools
372372 condition: succeededOrFailed()
373373
374- # Install DSC v3 until the DSC v3 processor handles that on its own
375- - powershell : |
376- $installResult = Install-WinGetPackage -Id Microsoft.DSC.Preview -Source winget -InstallerType Msix -Version 3.1.1
377- $installResult | Format-List
378- if ($installResult.ExtendedErrorCode) { throw $installResult.ExtendedErrorCode }
379- displayName: Install DSC v3
380- condition: succeededOrFailed()
381-
382374 # Install required DSC modules until export all command can handle auto acquisition
383375 - pwsh : |
384- Install-Module -Name Microsoft.WinGet.DSC -Force
385376 Install-Module -Name Microsoft.Windows.Developer -AllowPrerelease -Force
386377 displayName: Install Required DSC Modules for Tests
387378 condition: succeededOrFailed()
You can’t perform that action at this time.
0 commit comments