gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

Build should not deploy or execute #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open sample
2. Click Build
3.

What is the expected output? What do you see instead?
Expected - compile but no deployment to device, and no execution.
Observed - compile and deployment and execution.

Note:
Deployment and execution should occur when I click Run or Debug, but not when I 
click Build.

Original issue reported on code.google.com by Erics...@gmail.com on 2 Nov 2011 at 4:20

GoogleCodeExporter commented 9 years ago
heyya I was a Microsoft SDET for 4 yrs, I could keep writing bugs if you like 
them.  I could also stop if it bothers you.  Let me know.

Original comment by Erics...@gmail.com on 2 Nov 2011 at 4:23

GoogleCodeExporter commented 9 years ago
The current deploy and execute works the way it does because there's currently 
no 'known' (the whole MSBuild/C++ scripting system is completely undocumented) 
way to override 'run/debug'.

Because of this, these options are specified under the 'Ant Build' property 
sheet of the project instead. By default they are turned on, since for the 
majority of developers it's the most convenient way to work.

Original comment by gavin.dj.pugh on 2 Nov 2011 at 4:55