Easily build, run tests and coverage, cross-compile, package and publish your .NET library or application to NuGet and GitHub.
BSD 2-Clause "Simplified" License
698
stars
25
forks
source link
Add support for uploading multiple assets per platform (as specified in TargetFrameworks) #66
Open
magicxor opened 2 months ago
Hi,
Is it possible to upload multiple assets for different platforms (one asset per framework specified in
TargetFrameworks
)?For instance, I'd like to include builds for both
.NET Framework 4.6
and.NET 8.0
in my releases:It would be fantastic to have a configuration option for this. Or is there perhaps a workaround available?
Thank you so much for this tool — it's incredibly helpful!