Skip to content

Commit 966bcd8

Browse files
authored
Update Build-Site.ps1
1 parent 9c771a3 commit 966bcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Build-Site.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Copy-Item -Path "./dev/documentation/*.md" -Destination "./dev/pages/cmdlets" -F
104104

105105
foreach ($nightlycmdlet in $nightlycmdlets) {
106106
if (!$releasedcmdlets.Contains($nightlycmdlet)) {
107-
Copy-Item "./dev/documentation/$nightlycmdlet" -Destination "./dev/pages/cmdlets" -Force
107+
Copy-Item "./dev/documentation/$nightlycmdlet" -Destination "./dev/pages/cmdlets" -Force | Out-Null
108108
# update the document to state it's only available in the nightly build
109109
$header = $fm.GetHeader("./dev/pages/cmdlets/$nightlycmdlet")
110110
$header["tags"] = "Available in the current Nightly Release only."

0 commit comments

Comments
 (0)