I have 3 different environments (Alpha, Beta and QA).
I'm trying to setup TFS Build based on environments and have to provide appropriate build profile in msbuild comment. I tried providing /p:PublishProfile="Profilename" and "ProfileName.pubxml", but nothing seems to be working.
Any idea what I'm missing here?