Skip to content

Commit 007529f

Browse files
committed
DEBUG 6
1 parent eabc453 commit 007529f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ stages:
772772
$env:ModuleVersion = '0.0.1'
773773
./build.ps1 -Task build
774774
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
775+
$desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
775776
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
776777
$dscExitCode = $LASTEXITCODE
777778
if ($dscExitCode -ne 0) { throw ('DSC executable failed with exit code {0}.' -f $dscExitCode) }

0 commit comments

Comments
 (0)