File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ deploy_script:
6464
6565 get-childitem $packagedir\LogExpert -include *.pdb -recurse | remove-item
6666
67- remove-item $packagedir\LogExpert\SftpFileSystem.dll
67+ remove-item $packagedir\LogExpert\plugins\ SftpFileSystem.dll
6868
69- remove-item $packagedir\LogExpert\ChilkatDotNet4.dll
69+ remove-item $packagedir\LogExpert\plugins\ ChilkatDotNet4.dll
7070
7171 Copy-Item -Path $packagedir\LogExpert\* -Destination $chocodir\tools\ –Recurse
7272
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ deploy_script:
5353
5454 remove-item $chocodir\tools\LICENSE.txt.template
5555
56- remove-item $chocodir\tools\LICENSE .txt.template
56+ remove-item $chocodir\tools\VERIFICATION .txt.template
5757
5858 Copy-Item -Path .\bin\Release\* -Destination $packagedir\LogExpert\ –Recurse
5959
6060 get-childitem $packagedir\LogExpert -include *.xml -recurse | remove-item
6161
6262 get-childitem $packagedir\LogExpert -include *.pdb -recurse | remove-item
6363
64- remove-item $packagedir\LogExpert\SftpFileSystem.dll
64+ remove-item $packagedir\LogExpert\plugins\ SftpFileSystem.dll
6565
66- remove-item $packagedir\LogExpert\ChilkatDotNet4.dll
66+ remove-item $packagedir\LogExpert\plugins\ ChilkatDotNet4.dll
6767
6868 Copy-Item -Path $packagedir\LogExpert\* -Destination $chocodir\tools\ –Recurse
6969
You can’t perform that action at this time.
0 commit comments