I am developing a VSTO Addin, which we publish to network share via the csproj settings dialog below.
For instance, to publish we just click 'Publish Now' and it creates an installer for the VSTO addin (how? Seems to be automagic) and transfers to a network share.
Ok, great so far. So my question is, how to invoke this publish action via the TFS build configuration? So far I have seen that you can publish via MSBuild, but what about TFS (auto publish on successful build)?