File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,11 @@ This package is an internal implementation of the .NET Core SDK and is not meant
364
364
#########################################
365
365
-->
366
366
367
+ <!-- Workaround until https://github.com/dotnet/core-eng/issues/7970 is resolved -->
367
368
<PropertyGroup >
368
369
<TarCommand Condition =" '$(OS)' == 'Windows_NT'" >C:\Windows\System32\tar.exe</TarCommand >
370
+ <TarCommand Condition =" '$(OS)' == 'Windows_NT' and !Exists($(TarCommand))" >'C:\Program Files\Git\usr\bin\tar.exe'</TarCommand >
371
+ <TarCommand Condition =" '$(OS)' == 'Windows_NT' and !Exists($(TarCommand))" >'C:\Program Files (x86)\Git\usr\bin\tar.exe'</TarCommand >
369
372
<TarCommand Condition =" '$(OS)' != 'Windows_NT'" >tar</TarCommand >
370
373
</PropertyGroup >
371
374
You can’t perform that action at this time.
0 commit comments