File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
2
<PropertyGroup >
3
- <_LibZipSharpNugetVersion >1.0.22 </_LibZipSharpNugetVersion >
3
+ <_LibZipSharpNugetVersion >1.0.23 </_LibZipSharpNugetVersion >
4
4
</PropertyGroup >
5
5
</Project >
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ stages:
32
32
displayName: "Build"
33
33
- task : ArchiveFiles@2
34
34
inputs :
35
- rootFolderOrFile : build\Windows\32\lib\Release\zip.dll
35
+ rootFolderOrFile : build\Windows\32\lib\RelWithDebInfo\
36
36
includeRootFolder : false
37
37
archiveType : 7z
38
38
replaceExistingArchive : true
39
39
archiveFile : $(Build.ArtifactStagingDirectory)\libzip-windows-x86.7z
40
40
- task : ArchiveFiles@2
41
41
inputs :
42
- rootFolderOrFile : build\Windows\64\lib\Release\zip.dll
42
+ rootFolderOrFile : build\Windows\64\lib\RelWithDebInfo\
43
43
includeRootFolder : false
44
44
archiveType : 7z
45
45
replaceExistingArchive : true
@@ -144,6 +144,8 @@ stages:
144
144
mv build/Linux/64/libzip.so.5.3 build/Linux/64/libzip.so
145
145
mv build/Windows/32/zip.dll build/Windows/32/libzip.dll
146
146
mv build/Windows/64/zip.dll build/Windows/64/libzip.dll
147
+ mv build/Windows/32/zip.pdb build/Windows/32/libzip.pdb
148
+ mv build/Windows/64/zip.pdb build/Windows/64/libzip.pdb
147
149
rm $(Build.ArtifactStagingDirectory)/native/libzip-linux-*.7z
148
150
rm $(Build.ArtifactStagingDirectory)/native/libzip-windows-*.7z
149
151
displayName: 'Find libzip'
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ pushd .
16
16
mkdir .\build\Windows\64
17
17
cd .\build\Windows\64
18
18
cmake %LIBZIP_FEATURES% %COMMON_CMAKE_PARAMS% -DZLIB_ROOT=..\..\..\external\vcpkg\installed\x64-windows-static -A x64 ..\..\..\external\libzip
19
- cmake --build . --config Release -v
19
+ cmake --build . --config RelWithDebInfo -v
20
20
popd
21
21
pushd .
22
22
23
23
mkdir .\build\Windows\32
24
24
cd .\build\Windows\32
25
25
cmake %LIBZIP_FEATURES% %COMMON_CMAKE_PARAMS% -DZLIB_ROOT=..\..\..\external\vcpkg\installed\x86-windows-static -A Win32 ..\..\..\external\libzip
26
- cmake --build . --config Release -v
26
+ cmake --build . --config RelWithDebInfo -v
27
27
popd
Original file line number Diff line number Diff line change 53
53
</None >
54
54
<None Include =" build\Darwin\64\lib\libzip.5.3.dylib" PackagePath =" runtimes\osx\native\libzip.dylib" Pack =" true" />
55
55
<None Include =" build\Windows\64\libzip.dll" PackagePath =" runtimes\win-x64\native\libzip.dll" Pack =" true" />
56
+ <None Include =" build\Windows\64\libzip.pdb" PackagePath =" runtimes\win-x64\native\libzip.pdb" Pack =" true" />
56
57
<None Include =" build\Windows\32\libzip.dll" PackagePath =" runtimes\win-x86\native\libzip.dll" Pack =" true" />
58
+ <None Include =" build\Windows\32\libzip.pdb" PackagePath =" runtimes\win-x86\native\libzip.pdb" Pack =" true" />
57
59
<None Include =" build\Linux\64\libzip.so" PackagePath =" runtimes\linux-x64\native\libzip.so" Pack =" true" />
58
60
<None Include =" build\Linux\32\libzip.so" PackagePath =" runtimes\linux-x86\native\libzip.so" Pack =" true" />
59
61
<None Include =" LICENSE" PackagePath =" Licences" Pack =" true" />
You can’t perform that action at this time.
0 commit comments