build - How can I exclude a folder from an Artifact Path on TeamCity? -
i have artifact path following:
%system.teamcity.build.workingdir%\presentation\obj\release\package=>package.zip
but need exclude folder "package", i´ve tried things like:
%system.teamcity.build.workingdir%\presentation\obj\release\package -:%system.teamcity.build.workingdir%\presentation\obj\release\package\packagetmp -:package\packagetmp
but nothing seems work, ideas ?
greetings.
exclusion patterns not supported yet artifact paths. there issue in teamcity tracker requesting functionality. please watch/vote.
additionally, there this workaround. have look, if fits needs
Comments
Post a Comment