Skip to content

Commit 3a85370

Browse files
committed
Fix pipeline
1 parent 321d786 commit 3a85370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ stages:
799799
name: cleanCIWorker
800800
displayName: 'Clean CI worker'
801801
- pwsh: |
802-
Install-Module -Name 'PSDSC'
802+
Install-PSResource -Name 'PSDSC' -Repository 'PSGallery' -TrustRepository -Quiet -Confirm:$false
803803
Install-DscExe -Force -Verbose
804804
name: installDSCv3
805805
displayName: 'Install DSCv3'

0 commit comments

Comments
 (0)