I have a C# Console application(.Net Framework) that I want to update using Squirrel. I have my program on Azure DevOps, which has an integrated Nuget feed in the Artifacts section.
Squirrel uses nuget packages to update the application. Is there a way that I can upload the packages that Squirrel generates as Artifacts in order for my program to use them?
It's ok if the program needs to download those packages in the local machine and then let Squirrel do its work with the file in the computer. In my head, it seems to be the only workaround. Any suggestion?
This is my first question so if it's hard to understand please tell me and I will try to write it better.