Skip to content

Commit 5dc43db

Browse files
committed
pipeline change
1 parent 639ca11 commit 5dc43db

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)