Skip to content

Commit bd50cf7

Browse files
committed
DEBUG 6
1 parent 2d995f8 commit bd50cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)