Currently to deploy a new launcher build, one of the steps involves renaming the output directory from net7.0-windows to TDMP-Launcher-x.x.x and then zipping it. We could automate this with post-build steps which we can use to rename the output folder and use the AssemblyVersion of the project in the folder name, and handle zipping. This would make the overall deployment process a bit less tedious.
Currently to deploy a new launcher build, one of the steps involves renaming the output directory from
net7.0-windows
toTDMP-Launcher-x.x.x
and then zipping it. We could automate this with post-build steps which we can use to rename the output folder and use the AssemblyVersion of the project in the folder name, and handle zipping. This would make the overall deployment process a bit less tedious.