You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
617 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PublishProfile xmlns="http://schemas.microsoft.com/2015/05/fabrictools">
  3. <!-- ClusterConnectionParameters allows you to specify the PowerShell parameters to use when connecting to the Service Fabric cluster.
  4. Valid parameters are any that are accepted by the Connect-ServiceFabricCluster cmdlet.
  5. For a local cluster, you would typically not use any parameters.
  6. For example: <ClusterConnectionParameters />
  7. -->
  8. <ClusterConnectionParameters />
  9. <ApplicationParameterFile Path="..\ApplicationParameters\Local.5Node.xml" />
  10. </PublishProfile>