Skip to content

Commit

Permalink
change to prerelease of PSDSC
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Mar 2, 2024
1 parent 1236068 commit 9b2dd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershellgroup/Tests/powershellgroup.resource.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Describe 'PowerShellGroup resource tests' {
$OldPSModulePath = $env:PSModulePath
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
if ($null -eq (Get-Module PSDesiredStateConfiguration -ListAvailable)) {
Install-Module -Name PSDesiredStateConfiguration -Force -SkipPublisherCheck -AllowClobber
Install-Module -Name PSDesiredStateConfiguration -AllowPrerelease -Force -SkipPublisherCheck -AllowClobber
}
}
AfterAll {
Expand Down

0 comments on commit 9b2dd7c

Please sign in to comment.