I want to include the version number of a specific assembly in my assembly definition number format, for example, instead of having the default value [$ (BuildDefinitionName) $ (Date: yyyyMMdd) $ (Rev: .r)], I want to have something like [$ (BuildDefinitionName) $ (Date: yyyyMMdd) $ (Rev: .r) _Major.Minor.Build.Revision]
Is it possible? are custom macros?
source share