Reputation: 21563
Currently I am developing a solution that requires interaction with external software. As a result I can only properly test it after I build the solution as a dll file.
Currently I take these steps
Currently I do this several times per day and it is really simple, but simply annoying. Therefore I hope that someone can give me a way to automate step 2-4, perhaps using a script?
If this is not possible I would also appreciate a way to change the default opening folder for the deployment tool.
Upvotes: 0
Views: 958
Reputation: 11168
help deploytool
says you can specify the projectname and build option as a second argument:
deploytool -build projectname
Upvotes: 1