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 cedc6d3 commit fb063abCopy full SHA for fb063ab
azure-pipelines.yml
@@ -105,6 +105,11 @@ extends:
105
archiveType: 7z
106
replaceExistingArchive: true
107
archiveFile: $(Build.ArtifactStagingDirectory)\libzip-windows-arm-x64.7z
108
+ - script: |
109
+ 7z t $(Build.ArtifactStagingDirectory)\libzip-windows-arm-x64.7z
110
+ 7z t $(Build.ArtifactStagingDirectory)\libzip-windows-x64.7z
111
+ 7z t $(Build.ArtifactStagingDirectory)\libzip-windows-x86.7z
112
+ displayName: Test Archives
113
114
- job: buildLinux
115
pool:
0 commit comments