You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$out= dsc -l info resource list 'Test/InvalidManifest'2>"$testdrive/error.txt"|ConvertFrom-Json
321
+
$LASTEXITCODE| Should -Be 0
322
+
$out| Should -BeNullOrEmpty -Because (Get-Content-Raw -Path "$testdrive/error.txt")
323
+
Get-Content-Raw -Path "$testdrive/error.txt"| Should -Match"INFO Failed to load manifest for resource '.*test.dsc.resource.json':"-Because (Get-Content-Raw -Path "$testdrive/error.txt")
0 commit comments