Skip to content

Commit edde7e4

Browse files
committed
DEBUG 4
1 parent 960c6dd commit edde7e4

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
Invoke-Pester -Path 'tests/Integration/Resources/DSCv3_DebugDscEngine.Integration.Tests.ps1' -Output Detailed
831831
name: test
832832
displayName: 'Run Reporting Services Integration Test'

0 commit comments

Comments
 (0)