I am fairly new to TeamCity and have recently been tasked with creating various builds, which I have done with no real issues.
What I am trying to do now though is include an external text file into the build output.
The external text file will be received from a service call made during the build.
These are my intended build steps:
- Check out solution.
- Restore packages.
- Run tests.
- Call web service with a configurable parameter and receive text file back.
- Include text file in build.
- Deploy.
Steps 1,2,3 and 6 are covered.
What are my options here? I must confess I do not really know where to begin. I've spent some time today googling but it has been tricky getting the correct search term to return information on what I am trying to achieve.
I've seen some confusing articles on a 'meta runner'.
Any pointers to get me started in the right direction would be much appreciated.
Thanks.