Hello,
I want to add an attribute in AssemblyInfo.cs before build then remove this attribute when done.
I don't want to add it permanently with CodeModel, I just need this attribute temporarily.
Is there a way to achieve this?
Thanks in advance for your help.