We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960c6dd commit edde7e4Copy full SHA for edde7e4
azure-pipelines.yml
@@ -826,7 +826,7 @@ stages:
826
$env:PATH += '{0}{1}' -f [System.IO.Path]::PathSeparator, (Join-Path -Path $env:LOCALAPPDATA -ChildPath 'dsc')
827
$env:ModuleVersion = '0.0.1'
828
./build.ps1 -Task build
829
- #dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
+ dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
830
Invoke-Pester -Path 'tests/Integration/Resources/DSCv3_DebugDscEngine.Integration.Tests.ps1' -Output Detailed
831
name: test
832
displayName: 'Run Reporting Services Integration Test'
0 commit comments