Copy Project via command line
Visual Studio
1
Posts
1
Posters
2
Views
1
Watching
-
Hello, I've figured out how to use the devenv.exe command line options to build all my C++ solutions in an automated build process. However, I have 1 C# web service that I can build from the command line but I would like to also perform the Copy Project option that the IDE provides me within this automated process. That way I only deploy those tiny .asmx files and the binary files. I see the option /deploy on the command line options, but I'm not sure if that's what this option is for or how to configure it. Does anyone have a recommendation for automating that process? Ron Ward