Skip to content

Commit 4f7c9a3

Browse files
committed
DEBUG 8
1 parent 2749f11 commit 4f7c9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ stages:
771771
$env:PATH += '{0}{1}' -f [System.IO.Path]::PathSeparator, (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc')
772772
$env:ModuleVersion = '0.0.1'
773773
./build.ps1 -Task build
774-
#dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
774+
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
775775
$desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
776776
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
777777
$dscExitCode = $LASTEXITCODE

0 commit comments

Comments
 (0)