0

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

RBT
  • 24,161
  • 21
  • 159
  • 240
praks
  • 21
  • 1
  • 7
  • You are saying destination, have you declared this as a configuration parameter ?. Then you can just reference it. – dennis_ler Feb 21 '17 at 14:37

1 Answers1

0

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

Then everything will be combined into the zip file.

hyprsleepy
  • 1,810
  • 6
  • 25
  • 35