mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Support publishing of existing projects #2

Open mansellan opened 4 years ago

mansellan commented 4 years ago

Provide an analogue of the "Publish" option from Visual Studio, which sources arguments from:

  1. Command-line arguments
  2. Build files (.csproj/.vbproj/.publish*)
  3. Configured defaults
  4. Inferred

clickonce publish --PublishFile=MyApp.csproj --version=1.1.0.0

This should ideally work even with new-style SDK projects. Either by adding the "old" ClickOnce properties to them or by extracting them into a seperate "publish" file, following the same MSBuild format.