Browse Source

fixed doco up-to-date test

pull/62/head
sup3rlativ3 4 years ago
parent
commit
eb419e651e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -17,7 +17,7 @@ test_script:
$ErrorActionPreference = 'Stop' $ErrorActionPreference = 'Stop'
# 01. Test that documentation is up-to-date # 01. Test that documentation is up-to-date
Update-MarkdownHelp -Path ./Docs
Update-MarkdownHelp -Path ./Docs/Cmdlets
$Diff = git diff $Diff = git diff
if ($Diff) { if ($Diff) {
throw "Help is not up-to-date, run Update-MarkdownHelp: $diff" throw "Help is not up-to-date, run Update-MarkdownHelp: $diff"


Loading…
Cancel
Save