cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Receiver, Multiple Source Path Folders

topherjohnson
Champ in-the-making
Champ in-the-making
Is there a way to specify multiple folders in a deployment receiver's source path attribute?  It would be a lot easier to specify a few folders TO deploy, rather than a bunch of excludes to NOT publish.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
No.   Excludes only filters out.  The expected use-case is pretty much everything in the web project is deployed.   

However I'm interested in your use-case here.    What are you trying to achieve?

topherjohnson
Champ in-the-making
Champ in-the-making
We have our code base in the ROOT webapp to enable virtualization preview, and we have 2 (with the necessity to extend to more) localized content folders.  The english content folder is the "pivot" folder, and we make layered folders for every other localization. 

I ended up making a folder called 'content' in 'ROOT' which I placed both localized content folders in, which I entered as the source path in the deployer. 

We don't want the code to get deployed along with the content because we have a Continuous Integration server running (CruiseControl) working along with our code base that is versioned in SVN that does all the code deployment.