mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 21:35:27 +00:00
[PR #1] First version of dotnet zip, dotnet tarball #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/quamotion/dotnet-packaging/pull/1
State: closed
Merged: Yes
This PR adds the first 'final' versions of the dotnet zip and dotnet tarball commands. If you have a .NET project that targets multiple runtimes, you now get output like
{projectname}.{version}-{runtime}.zip|tar.gz.Also updates the projects to match the RTM version of the .NET Core tooling, and adds a solution file.