Skip to content

Commit 7de517c

Browse files
committed
added library and pdb output as well
1 parent 4596ded commit 7de517c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
- ps: if($env:POSTFIXNAME -eq 'MD') {
4646
Invoke-Expression "&.\vcpkg.exe export zlib:$($env:PLATFORM)-windows$($env:POSTVCPKGNAME) openssl:$($env:PLATFORM)-windows$($env:POSTVCPKGNAME) --raw";
4747
move vcpkg-export-* vcpkg-export;
48-
Invoke-Expression "&7z a vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip -i!vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\*";
48+
Invoke-Expression "&7z a vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\";
4949
Push-AppveyorArtifact "vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip";
5050
}
5151
- cd ..

0 commit comments

Comments
 (0)