Modify MSBuild ItemGroup Metadata

前端 未结 6 479
渐次进展
渐次进展 2020-12-09 08:46

Is it possible to modify a ItemGroup\'s metadata after it is declared.

For Example:

  
    

        
6条回答
  •  生来不讨喜
    2020-12-09 09:23

    There is a new to modify metadata by using the Update attribute E.g.

    
          // or Update="*.designer.cs"
            MetadataValue
        
      
    

    More in the MSBuild documentation

提交回复
热议问题