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")
"description": "Test discover resource, this is a really long description to test that the table can be rendered without truncating the description text from this extension.",
0 commit comments