Msbuild copy to several locations based on list of destination parameter?

前端 未结 4 1907
-上瘾入骨i
-上瘾入骨i 2021-01-12 11:04

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
4条回答
  •  独厮守ぢ
    2021-01-12 11:41

    Here is an actual example that I put together that shows what you were looking for:

    
    
    
      
      
        
      
    
      
      
        
        
        
      
    
      
        
        
        
      
    
    

提交回复
热议问题