I'm using the JFrog plugin to Visual Studio 2013 with TFS 2015. This plugin is a template for publishing NuGet packages on TFS builds. Automated vNext Builds on TFS work very well with Artifactory and publish my NuGet packages to our Artifactory instance. When I build locally, I do not want the Artifactory project to build, because I do not want to publish every time I build in Visual Studio. Is there a way to make sure the solution doesn't build the project locally, but does build when the solution is used in TFS builds? I'm using the JFrog plugin to Visual Studio 201