Replies: 1 comment
-
Hi @NikolaMilosavljevic , is there any insight you could provide on this? Thanks :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've landed on this repo per suggestion found here: ClickOnce for .NET on Windows . So if I understand correctly, since I have a .NET 8 app that I want to deploy via ClickOnce, then I need to use your tool.
That's great, I'm hoping ClickOnce is the right approach (as compared to say maybe a *.msi package generated via the traditional VS2022 Install Project Template).
However, I've run the three steps identified in the Example Steps. But now what? For example: I've used dotnet-mage to generate a new *.manifest and a new *.application, but how do I use these to publish and ultimately install my app? Also, is it correct that for a .NET 8 app, all this can NOT be done in the MAGEUI wizard within VS2022?
Was wondering if there was anymore documentation seeing how all the links like this, dotnet-mage, are broke since commit #344 eight months ago.
Any insight you can provide would be great.
Thanks,
Dennis
Beta Was this translation helpful? Give feedback.
All reactions