We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8d4b9d + 7a25952 commit d99625eCopy full SHA for d99625e
appveyor.yml
@@ -42,7 +42,10 @@ build_script:
42
{
43
continue
44
}
45
- robocopy $help "*.md" (Join-Path $global:output $folder | Join-Path -ChildPath (gi $psd1).BaseName | Join-Path -ChildPath ("v" + ($matches[0] -match $pattern)))
+ if($matches[0] -match $pattern)
46
+ {
47
+ robocopy $help "*.md" (Join-Path $global:output $folder | Join-Path -ChildPath (gi $psd1).BaseName | Join-Path -ChildPath ("v" + $matches[0]))
48
+ }
49
50
51
test: off
0 commit comments