Skip to content

Commit c8f8696

Browse files
committed
2 parents 81c9051 + 1ec90c7 commit c8f8696

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Update-WinSCPCore.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ if ($publishedVersion -gt $currentVersion) {
5555
Set-Content -Path ${pwd}\appveyor.yml -Value $yml
5656
Update-AppVeyorProjectBuildNumber -AccountName dotps1 -ProjectName WinSCP -BuildNumber 0
5757

58+
# TODO
59+
# Ensure PlatyPS is updated to the latest module version.
60+
# Recompile help files.
61+
5862
# Clean up downloaded and extracted files.
5963
Remove-Item -Path "${env:TEMP}\$payloadName" -Force -Confirm:$false
6064
Remove-Item -Path "${env:TEMP}\WinSCP" -Recurse -Force -Confirm:$false

0 commit comments

Comments
 (0)