Treat empty set as noop instead of error.
I have a step in a build template where I set the pattern for searching files. For some projects these files do not exist; TeamCity believes it to be a error:
> Target files not found for pattern "**/Release/*.nupkg"
I would like to give TC a hint that it is ok, and the step may be simple omitted. Is it possible?
P.S. Thought here I show the pattern for NuGet packages, but I have similar issues with other steps.
Please sign in to leave a comment.
Hi Pavel,
please open a feature request in our tracker for this https://youtrack.jetbrains.com/issues/TW
In order to know whether it's possible or how to work around it, we would need to know exactly which fields are you using for that.