mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
CreateTarBall -> After Upgrading from 0.1.84 to latest tar.gz is appending . to the start of file names. #127
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?
Originally created by @davidgemel on GitHub (Oct 24, 2022).
Hello,
I recently upgraded from 0.1.84 to the latest version of this library. I am running the following to create a simple tar.gz:
The C:\temp\zip folder just contains a simple file (somefile.txt). When the tarball is built it appends a . before the name of the file changing the files name (.somefile.txt). Is there another way around this? I don't want the filename to change.