Skip to content

Commit 80ef2a6

Browse files
committed
Add exe
1 parent d70c77b commit 80ef2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
155155
</ItemGroup>
156156

157157
<PropertyGroup>
158-
<TarCommand Condition="'$(OS)' == 'Windows_NT'">C:\Windows\System32\tar</TarCommand>
158+
<TarCommand Condition="'$(OS)' == 'Windows_NT'">C:\Windows\System32\tar.exe</TarCommand>
159159
<TarCommand Condition="'$(OS)' != 'Windows_NT'">tar</TarCommand>
160160
</PropertyGroup>
161161

src/Framework/src/Microsoft.AspNetCore.App.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
365365
-->
366366

367367
<PropertyGroup>
368-
<TarCommand Condition="'$(OS)' == 'Windows_NT'">C:\Windows\System32\tar</TarCommand>
368+
<TarCommand Condition="'$(OS)' == 'Windows_NT'">C:\Windows\System32\tar.exe</TarCommand>
369369
<TarCommand Condition="'$(OS)' != 'Windows_NT'">tar</TarCommand>
370370
</PropertyGroup>
371371

0 commit comments

Comments
 (0)