We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dbd9d commit 901d345Copy full SHA for 901d345
1 file changed
.appveyor.yml
@@ -8,11 +8,9 @@ platform:
8
- x64
9
10
configuration:
11
- - Release_AES256
12
-# - Debug_AES256
13
-# - Debug_AES128
14
-# - Release_AES128
15
-
+ - Release
+# - Debug
+
16
after_build:
17
- cmd: 7z a -tzip SQLite3-Encryption_%platform%-v%APPVEYOR_BUILD_VERSION%.zip bin/ -xr@x_fn.txt
18
- ps: Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
0 commit comments