Skip to content

Commit 3aac9d9

Browse files
committed
try 33: use vs2017 msbuild to build SQLite3Enc
1 parent 6fa5766 commit 3aac9d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build_script:
3434
- cmd: c:\projects\sqlite3enc\admin\appveyor\appveyor.bat
3535

3636
after_build:
37-
- cmd: ls c:\projects\sqlite3enc
37+
- cmd: cd c:\projects\sqlite3enc
3838
- cmd: 7z a -tzip SQLite3-Encryption_%ARCH%-v%APPVEYOR_BUILD_VERSION%.zip bin-vc15/ -xr@x_fn.txt
3939
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
4040
#

0 commit comments

Comments
 (0)