When I Start Debugging (F5)
in Visual Studio, which configuration file (example: ApplicationParameters\Local.5Node.xml
) does it use to deploy to my local service fabric cluster? And more importantly, where is that configured?
Experiment
I changed my local cluster to 1 node and the deployment (via F5
) seemed to automatically pick up on this an use Local.1Node.xml
. I guess it is querying the cluster?
Real Goal
My real goal is to create another configuration file Local.Mike.1Node.xml
and make that the default when I hit F5
.