Closed bagajjal closed 4 years ago
@amitsara , @TravisEz13 , @adityapatwardhan , @SteveL-MSFT - Please review.
/azp list
/azp run PSDesiredStateConfiguration-CI
/azp where
/azp run PowerShell.PSDesiredStateConfiguration
/azp run PSDesiredStateConfiguration-CI
https://dev.azure.com/powershell/DSC/_build/results?buildId=60598&view=logs&j=c7adc3d6-dbdb-5e70-b8da-75a5c50c554b&t=b50a9b9b-ebea-52ad-2066-459f189983a9&l=81 This negative test needs to be made into a positive test
1) Get-DscResource on windows doesn't show any DSC resource modules. It's because the pathSeparator is hardcoded to ":"
Replace PathSeparator from ":" to "[IO.Path]::PathSeparator"
2) For embedded resources, ConvertTypeNameToPSTypeName() will fail so set the type to the embedded class name.
The output of a test embedded resource on Linux