Problem in getting Artifacts using Build runner type: Visual Studio Solution File
Hi,
I am new to TeamCity. I am using Build step using Visual Studio solution file. I want to configure Artifact path so that I can get the output of my compilation somewhere in Artifact folder. I could't understand from the TeamCity documentation :)
I have following configuration. But not getting any artifact.
Artifact paths:- /MyProject/bin/Release/*.* => PublishDir Build Runner : Visual Studio(sln) Build file path: \Successor\Successor.sln Targets: Rebuild Configuration: Release Platform: x86
Whats wrong here?
Thanks
Please sign in to leave a comment.
yes, you need to specify relative paths. Builds can be performed on different agents, and sources are checked out into different directories.