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.
1 parent 95ab614 commit 9403b85Copy full SHA for 9403b85
scripts/packaging/createupmpackages.ps1
@@ -185,7 +185,7 @@ foreach ($entry in $packages.GetEnumerator()) {
185
Remove-Item -Path "$packagePath/NOTICE.md*"
186
Remove-Item -Path "$packagePath/CHANGELOG.md*"
187
if (Test-Path -Path $docFolder) {
188
- # A samples folder was created. Remove it.
+ # A documentation folder was created. Remove it.
189
Remove-Item -Path $docFolder -Recurse -Force
190
}
191
0 commit comments