|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
How to prevent VisBuildPro from creating backup files, .bak after modification done?
Hi all,
Is there any option where I can set to disable file backup being created to modified files after this step, Make VS.NET, that does not build the project, but [ Set the project version to a specific value ]? In short, i want to just update some Assembly information in AssemblyInfo.cs in my project without having AssemblyInfo.cs.bak being created by Visual Build Pro. Any idea? Thank you in advance. Regards, Lee |
#2
|
|||
|
|||
Not currently, but we'll consider doing that in a future release. For now, you could add a Delete Files action to recursively delete all AssemblyInfo.cs.bak files.
|
|
|