I have a CI build on one of my projects on VSTS that is triggered by changes on the specified GIT branch.
One of the build steps is to create packages and push them to a private nuget feed for use into other projects. It uses the .NET Core 2.* task with pack command.
On each successful build, one new package is generated for every project in the branch, despite it had been changed or not.
Is there a way to make the task skip unchanged projects?