TeamCity Artifacts

117 views Asked by At

Combine Destination folder path in Teamcity artifacts

e.g

Source/abc/Comm/bin/Release => package.%system.Build_Number%.zip!/Link1 
Source/abc/Comm/bin/Release => package.%system.Build_Number%.zip/Link2

I need to combine the destination

1

There are 1 answers

0
hyprsleepy On

Under Artifact Paths put +:%project_dist_dir% => package.%system.Build_Number%.zip

Then everything will be combined into the zip file.