Skip to content

Commit 832979a

Browse files
committed
changed appveyor build scripts
1 parent e03e822 commit 832979a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appveyor-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)