We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b29cb commit 382bdf1Copy full SHA for 382bdf1
powershell-adapter/Tests/win_powershellgroup.tests.ps1
@@ -17,9 +17,7 @@ Describe 'WindowsPowerShell adapter resource tests - requires elevated permissio
17
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
18
19
$winpsConfigPath = Join-path $PSScriptRoot "winps_resource.dsc.yaml"
20
- if ($isWindows) {
21
- $cacheFilePath_v5 = Join-Path $env:LocalAppData "dsc" "WindowsPSAdapterCache.json"
22
- }
+ $cacheFilePath_v5 = Join-Path $env:LocalAppData "dsc" "WindowsPSAdapterCache.json"
23
}
24
AfterAll {
25
$env:PSModulePath = $OldPSModulePath
0 commit comments