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 e42ed6c commit 4e98786Copy full SHA for 4e98786
azure-pipelines.yml
@@ -827,7 +827,7 @@ stages:
827
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
828
829
Get-ChildItem -Path (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc') -Recurse -Filter '*.json'
830
- $cacheFile = Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc/WindowsPSAdapterCache.json"
+ $cacheFile = Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc/WindowsPSAdapterCache.json'
831
$getConfig = Get-Content -Path $cacheFile -Raw | ConvertFrom-Json
832
Write-Verbose -Message "PSAdapterCache.json content:`n $($getConfig | Out-String)" -Verbose
833
Write-Verbose -Message "PSAdapterCache.json content:`n $($getConfig | ConvertTo-Json -Depth 10)" -Verbose
0 commit comments