I'm using the ArtiFactory MsBuild plugin to publish to a NuGet repository on my continuous integration build.
The issue is when I create a new project that's using my NuGet package it is also pulling down ArtiFactory plugin and its dependencies. The project code doesn't use ArtiFactory, only the build process.
How do I change my package to not include the Artifactory plugin and its dependencies?
I've tried removing the artifactory repository from the project I'm publishing, but it fails on the CI build because artifactory needed for the MsBuild task to run and fails the build.