Double-Loop in msbuild?

前端 未结 4 967
闹比i
闹比i 2021-02-07 18:06

I\'m writing a script for msbuild which should make two batches in one step.
Example: 2 ItemGroups


 
 

        
4条回答
  •  终归单人心
    2021-02-07 18:34

    One can also make triple nested loops using the technique of Dog Ears.

      
        
          
          
          
          
          
          
          
            
            %(Loop2.Identity)
          
          
            
            %(Loop3.Identity)
          
        
        
        
        
        
      
    

提交回复
热议问题