PDA

View Full Version : How to prevent VisBuildPro from creating backup files, .bak after modification done?


raistlin
11-17-2008, 09:51 AM
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

kinook
11-17-2008, 10:23 AM
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.