Skip to content

Commit

Permalink
Build - Bug fix for #83, issues with Move and Rename WinSCPItem.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotps1 committed Dec 22, 2018
1 parent 08d2ff3 commit 1ec90c7
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 1ec90c7

Please sign in to comment.