|
@@ -27,7 +27,5 @@ test_script: |
|
|
# 02. Verify hyperlinks |
|
|
# 02. Verify hyperlinks |
|
|
$BrokenLinks = Get-MarkdownLink -Path .\Docs\ -BrokenOnly |
|
|
$BrokenLinks = Get-MarkdownLink -Path .\Docs\ -BrokenOnly |
|
|
if ($brokenLinks) { |
|
|
if ($brokenLinks) { |
|
|
#throw "Found broken hyperlinks $brokenLinks" |
|
|
|
|
|
$dir = pwd |
|
|
|
|
|
throw "$pwd" |
|
|
|
|
|
|
|
|
throw "Found broken hyperlinks $brokenLinks" |
|
|
} |
|
|
} |