File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ steps:
4949 $version = "$($parts[0]).$($parts[1]).$($parts[2])"
5050 Write-Host "Version: $version"
5151 $version | Out-File "$(Build.ArtifactStagingDirectory)\version.txt"
52- displayName : ' Write Version to File'
52+ Get-ChildItem -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\Release"
53+ Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\Release\AccessCodeLib.*.dll" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip"
54+ Compress-Archive -Path "$(Build.SourcesDirectory)\source\AccUnit\bin\Release\AccessCodeLib.*.tlb" -DestinationPath "$(Build.ArtifactStagingDirectory)\AccUnit.$($version).bin.zip" -Update
55+ displayName : ' Read Version and create zip file'
5356
5457- task : PublishBuildArtifacts@1
5558 inputs :
You can’t perform that action at this time.
0 commit comments