You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would simplify the CI/CD use a little bit and allow us to make tweaks easier without relying on an external action that is not updated anymore.
I'd like to use variables or something to keep the code clean and just do things in a loop (or otherwise save the hassle of having those repeating lines of commands repeated a bunch of times). Not sure if that's possible off the top of my head in GitHub actions.
We should be able to migrate away from
nitz/publish-nuget
usage and just use these commands:This would simplify the CI/CD use a little bit and allow us to make tweaks easier without relying on an external action that is not updated anymore.
I'd like to use variables or something to keep the code clean and just do things in a loop (or otherwise save the hassle of having those repeating lines of commands repeated a bunch of times). Not sure if that's possible off the top of my head in GitHub actions.
Note on WinForms: probably need a
dotnet restore
too, based on this run's output: https://github.com/NetSparkleUpdater/NetSparkle/actions/runs/12979626914/job/36195840714The text was updated successfully, but these errors were encountered: