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

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -