We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81c9051 + 1ec90c7 commit c8f8696Copy full SHA for c8f8696
Update-WinSCPCore.ps1
@@ -55,6 +55,10 @@ if ($publishedVersion -gt $currentVersion) {
55
Set-Content -Path ${pwd}\appveyor.yml -Value $yml
56
Update-AppVeyorProjectBuildNumber -AccountName dotps1 -ProjectName WinSCP -BuildNumber 0
57
58
+ # TODO
59
+ # Ensure PlatyPS is updated to the latest module version.
60
+ # Recompile help files.
61
+
62
# Clean up downloaded and extracted files.
63
Remove-Item -Path "${env:TEMP}\$payloadName" -Force -Confirm:$false
64
Remove-Item -Path "${env:TEMP}\WinSCP" -Recurse -Force -Confirm:$false
0 commit comments