We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b006180 commit 6f266daCopy full SHA for 6f266da
1 file changed
azure-pipelines.yml
@@ -808,7 +808,8 @@ stages:
808
displayName: 'Clean CI worker'
809
- pwsh: |
810
Install-PSResource -Name 'PSDSC' -Repository 'PSGallery' -TrustRepository -Quiet -Confirm:$false
811
- Install-DscExe -Force -Verbose
+ #Install-DscExe -Force -Verbose
812
+ Install-DscExe -Version 3.1.0-preview.5 -Force -Verbose
813
name: installDSCv3
814
displayName: 'Install DSCv3'
815
0 commit comments