From 9e46dafcb8cfba571678f52843cb63f62e0342f3 Mon Sep 17 00:00:00 2001 From: Seeker186 <101211595+Seeker186@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:54:49 -0700 Subject: [PATCH] Fixed THE Typo of the project... --- .../App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj index cf63aee6b29..09a0d7a01bf 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj @@ -631,7 +631,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant Overwrite="true" Condition="'$(ArchiveExtension)' == '.zip'" /> <Exec - Command="tar -czf $(CompositeArchiveOutputPath)" + Command="tar -czf $(CompositeArchiveOutputPath) ." WorkingDirectory="$(CompositeTargetDir)" Condition="'$(ArchiveExtension)' == '.tar.gz'" /> </Target> -- GitLab