We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982d59 commit 1f0bd84Copy full SHA for 1f0bd84
AppVeyor.yml
@@ -5,18 +5,18 @@ branches:
5
skip_tags: true
6
clone_folder: C:\Cube\7z
7
image: Visual Studio 2017
8
-platform: x64
+platform:
9
+ - Win32
10
+ - x64
11
configuration: Release
12
build:
13
parallel: true
14
project: CubeIce7z.sln
15
publish_nuget: true
- verbosity: normal
16
+ verbosity: minimal
17
after_build:
- - copy /Y Release\x64\7z.dll 7z.dll
- - copy /Y Release\x64\7z.sfx 7z.sfx
18
+ - copy /Y Release\%PLATFORM%\7z.dll 7z.dll
19
+ - copy /Y Release\%PLATFORM%\7z.sfx 7z.sfx
20
+ - 7z a 7z-%PLATFORM%.zip 7z.dll 7z.sfx
21
artifacts:
- - path: 7z.dll
- type: file
- - path: 7z.sfx
22
+ - path: 7z-%PLATFORM%.zip
0 commit comments