Skip to content

Commit

Permalink
Add Update Remove-Item command line options (Azure#45010)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored and tejasm-microsoft committed Jul 22, 2024
1 parent dc44873 commit 38f0b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ApiDocGeneration/Generate-Api-Docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ if ($LibType -eq 'client') {
}

Write-Verbose "Remove all unneeded artifacts from build output directory"
Remove-Item –Path "${ApiDir}/*" -Include * -Exclude "${ArtifactName}.dll", "${ArtifactName}.xml"
Remove-Item –Path "${ApiDir}/*" -Include * -Exclude "${ArtifactName}.dll", "${ArtifactName}.xml" -Recurse -Force

Write-Verbose "Initialize Frameworks File"
& "${MDocTool}" fx-bootstrap "${FrameworkDir}"
Expand Down

0 comments on commit 38f0b31

Please sign in to comment.