0

How to copy the build artifacts from Teamcity to another server?

I tried this command "test/*.msi => \host\test\" in the artifact path, but it didn't work.

Balatharan
  • 125
  • 13

1 Answers1

1

Deployer plugin lets TeamCity to upload artifacts to external locations in a number of ways (SMB, FTP, SSH...).

cyberskunk
  • 1,722
  • 20
  • 22