Skip to content

Commit 3fe78a5

Browse files
committed
updating appyover build again
1 parent 563ea38 commit 3fe78a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ 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-
set-location "vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\"
48+
set-location "vcpkg-export\installed\$($env:PLATFORM)-windows$($env:POSTVCPKGNAME)\";
4949
if($env:configuration -eq 'Debug') {
50-
set-location debug
50+
set-location debug;
5151
Invoke-Expression "&7z a vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip -i!bin\* -i!lib\*";
52-
cd ..
52+
cd ..;
5353
Invoke-Expression "&7z -tzip debug\vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip -i!include\*";
5454
Push-AppveyorArtifact "debug\vc140_$($env:configuration)_$($env:PLATFORM)_$($env:POSTFIXNAME)_libs.zip";
5555
} else {

0 commit comments

Comments
 (0)