Skip to content

Commit

Permalink
Remove unnecessary DLLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DDoSolitary committed Nov 24, 2017
1 parent 8e9c7d7 commit c26422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ after_build:
$name = "$project-$Env:APPVEYOR_BUILD_VERSION"
$dir = "$project\bin\$Env:CONFIGURATION"
md "$name"
cp @("$dir\$project.exe", "$dir\$project.exe.config", "$dir\*.dll", "LICENSE", "LICENSE-3RD-PARTY") "$name"
cp @("$dir\$project.exe", "$dir\$project.exe.config", "$dir\CommandLine.dll", "LICENSE", "LICENSE-3RD-PARTY") "$name"
7z a "$name.zip" "$name"
artifacts:
- path: '*.zip'
Expand Down

0 comments on commit c26422b

Please sign in to comment.