Skip to content

Small basic utility in PS for generating a Service Fabric application package from a bunch of Service build output

License

Notifications You must be signed in to change notification settings

masnider/SFAppPackageGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFAppPackageGenerator

Small basic utility in PS for generating a Service Fabric application package from a bunch of Service build output. Intentionally implemented entirely outside of VS, and using no project system or SF APIs. Should be able to get included elsewhere/translated to other languages, etc

How to use:

  • Update the params at the start of the script to point to the solution folder where the build output of the project is rooted
  • Adjust other parameters to specify the desired output application type, version, and location
  • Save and F5

Next Work Items:

  • Allow selection of which service packages to include
  • Get real build output folder detection
  • Allow generation of versioned packages based on existing application package
  • Allow generation of differential packages from existing base application packages

About

Small basic utility in PS for generating a Service Fabric application package from a bunch of Service build output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published