Overwrite properties with MSBuild

前端 未结 4 2067
-上瘾入骨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 03:13

    You can use CreateProperty task to overwrite the value of an existing property.

       
      
        
      
      
    
    

提交回复
热议问题