Skip to content

Commit 65338be

Browse files
committed
DEBUG 8
1 parent a191a11 commit 65338be

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
@@ -826,7 +826,7 @@ stages:
826826
$env:PATH += '{0}{1}' -f [System.IO.Path]::PathSeparator, (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc')
827827
$env:ModuleVersion = '0.0.1'
828828
./build.ps1 -Task build
829-
#dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
829+
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
830830
$desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
831831
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
832832
$dscExitCode = $LASTEXITCODE

0 commit comments

Comments
 (0)