Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateTarBall -> After Upgrading from 0.1.84 to latest tar.gz is appending . to the start of file names. #231

Open
davidgemel opened this issue Oct 24, 2022 · 0 comments

Comments

@davidgemel
Copy link

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:

<Target Name="BuildDBITarTest" AfterTargets="Build">
	<Message Text="Creating Tar" Importance="high" />

	<!-- Added @(Content) below as it is required in new versions -->
	<TarballTask PublishDir="C:\temp\zip" TarballPath="C:\temp\tarballtest.tar.gz" Content="@(Content)" />
</Target>

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant