Overwrite properties with MSBuild

前端 未结 4 2064
-上瘾入骨i
-上瘾入骨i 2020-12-10 02:24

I want to declare three properties in my MSBuild file and overwrite one property with the value of another (depending on the target being called), but can\'t figure out how

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 02:55

    Besides, you can use following way:

    
       \\test-server-path\websites\mysite
       \\live-server-path\websites\mysite
       
    
    
    
      
        
      
    
    
    
      
      
    
      
        
      
    
      
    
    
    

提交回复
热议问题