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 a191a11 commit 65338beCopy full SHA for 65338be
azure-pipelines.yml
@@ -826,7 +826,7 @@ stages:
826
$env:PATH += '{0}{1}' -f [System.IO.Path]::PathSeparator, (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc')
827
$env:ModuleVersion = '0.0.1'
828
./build.ps1 -Task build
829
- #dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
+ dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
830
$desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
831
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
832
$dscExitCode = $LASTEXITCODE
0 commit comments