What is the best way to build one target platform at a time? #16543
-
A very simple question: Using the single project model, what is the best way to build one target platform at a time? Our use case is: First build Android while other platforms are excluded from building. When Android works, build iOS and test. When iOS works, build Windows and test. When Windows works, build Mac Catalyst and test. While this is possible by editing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
There is a way and that is to build the project you want using the specific target framework:
Or the other way:
|
Beta Was this translation helpful? Give feedback.
-
How would I do this in Visual Studio 2022 when I am trying to interactively build and deploy to a Device? I feel like this should "Just Work" but it doesn't and I getting iOS compilation errors when I am tyrying to deply to an Android device |
Beta Was this translation helpful? Give feedback.
There is a way and that is to build the project you want using the specific target framework:
Or the other way: