Search code examples
wcf-data-servicesazure-service-fabricservice-fabric-stateful

Packaging on Service fabric Application


I,m trying to deploy Service Fabric application and package it in order to publish it on a server. I Right-Clicked on project in solution Explorer and clicked on Package but there is nothing in ...\pkg\Release but a ApplicationManifest.xml File. And also I get the Error The PowerShell script failed to execute:

Test-ServiceFabricApplicationPackage

on Release or Publish deploy mode.


Solution

  • Make sure you have services referenced in your application:

    enter image description here

    Or your service projects failed to build. Go through your build output and see if anything failed.