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 2749f11 commit 4f7c9a3Copy full SHA for 4f7c9a3
azure-pipelines.yml
@@ -771,7 +771,7 @@ stages:
771
$env:PATH += '{0}{1}' -f [System.IO.Path]::PathSeparator, (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc')
772
$env:ModuleVersion = '0.0.1'
773
./build.ps1 -Task build
774
- #dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
+ dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
775
$desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
776
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
777
$dscExitCode = $LASTEXITCODE
0 commit comments