Skip to content

Commit 6f266da

Browse files
committed
Use latest preview
1 parent b006180 commit 6f266da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,8 @@ stages:
808808
displayName: 'Clean CI worker'
809809
- pwsh: |
810810
Install-PSResource -Name 'PSDSC' -Repository 'PSGallery' -TrustRepository -Quiet -Confirm:$false
811-
Install-DscExe -Force -Verbose
811+
#Install-DscExe -Force -Verbose
812+
Install-DscExe -Version 3.1.0-preview.5 -Force -Verbose
812813
name: installDSCv3
813814
displayName: 'Install DSCv3'
814815
- pwsh: |

0 commit comments

Comments
 (0)