Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the easiest way to make a backup in visual studio 2013?

I want to make a backup from the whole project. I also need to rename every backup. I'dont like the way to copy the project folder and rename the folder and the project file. I've already tried to make it like that: http://jasonfaulkner.com/VisualStudioExpressProjectBuildBackups.aspx

But it doesn't work, I am always getting the error "Invalid parameters"

Does anyone already tried this?

Thanks

like image 999
Fabio ha Avatar asked Oct 23 '25 17:10

Fabio ha


1 Answers

The DPack extension for Visual Studio includes the Solution Backup tool that creates a zip archive of the solution and auto names it.

enter image description here

like image 66
Sergey Vlasov Avatar answered Oct 26 '25 05:10

Sergey Vlasov