Publish a new version of Eagle Application - FalconFT/FalconDocs GitHub Wiki

Publish new version in a single file

The process is almost the same as publishing new versions of falcon (Publish a new version of Falcon Application) but the way to publish the application using Publisher module is slightly different.

Locate the Eagle project in the solution explorer. Should be located in:

image

Setting the new version number in project

The first 2 steps (version number and publish from Visual Studio) are practically equal, but in the first one we've to change the version number in the project file instead of from the AssemblyInfo file. This is because it was created as a pure NET 8 project (not migrated from a classic NET Framework project).

image

Publish a new version (release optimized code)

When publishing from Visual Studio, a single executable file will be built, this is, a self-contained single file including related assemblies, but not NET libraries itself.

Then, just Publish single file to Azure container but using 'eagle' as a destination container.