Tagged Questions
5
votes
4answers
1k views
Msbuild copy to several locations based on list of destination parameter?
I got a directory I want to copy to a number of locations.
Say I have
home.aspx
I want to copy it to
abc/home.aspx
def/home.aspx
ghi/home.aspx
so two questions for me:
How do I define the ...