Deploy using VS's publish profile
I have a project that has a publish profile set up.
In VS, I can select the project, right click and do publish and the whole process works perfectly.
Using TC, I can't get this to work at all: when I select publish as a build target, as a Visual Studio (sln) build step, the build is done, but nothing gets published.
I tried to add /p:PublishProfile= with the path of the profile, also with the name of the profile, but I get the same results: the build succeeds and nothing gets published.
How to make this work?
Please sign in to leave a comment.
same issue is with me also
Hi Thomas,
Our runners usually delegate to the VS tools, so in order to debug this issue, we would need to know whether the logs show any information on what is happening during the build.