How can I package a Service Fabric application from Powershell? How can I package a Service Fabric application from Powershell? powershell powershell

How can I package a Service Fabric application from Powershell?


Does it have to be through a cmdlet?

To generate the package through the command line, you can call the "Package" target on the sfproj file.

See my answer on create a deployment package for Service Fabric that includes all artifacts necessary to run the designed workflows at runtime