Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dotps1/WinSCP
Browse files Browse the repository at this point in the history
  • Loading branch information
dotps1 committed Jan 14, 2019
2 parents 81c9051 + 1ec90c7 commit c8f8696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Update-WinSCPCore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ if ($publishedVersion -gt $currentVersion) {
Set-Content -Path ${pwd}\appveyor.yml -Value $yml
Update-AppVeyorProjectBuildNumber -AccountName dotps1 -ProjectName WinSCP -BuildNumber 0

# TODO
# Ensure PlatyPS is updated to the latest module version.
# Recompile help files.

# Clean up downloaded and extracted files.
Remove-Item -Path "${env:TEMP}\$payloadName" -Force -Confirm:$false
Remove-Item -Path "${env:TEMP}\WinSCP" -Recurse -Force -Confirm:$false
Expand Down

0 comments on commit c8f8696

Please sign in to comment.