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 @@ -154,8 +154,11 @@ This package is an internal implementation of the .NET Core SDK and is not meant
154
154
<CreateDirectory Include =" $(LocalInstallationOutputPath)" />
155
155
</ItemGroup >
156
156
157
+ <!-- Workaround until https://github.com/dotnet/core-eng/issues/7970 is resolved -->
157
158
<PropertyGroup >
158
159
<TarCommand Condition =" '$(OS)' == 'Windows_NT'" >C:\Windows\System32\tar.exe</TarCommand >
160
+ <TarCommand Condition =" '$(OS)' == 'Windows_NT' and !Exists($(TarCommand))" >'C:\Program Files\Git\usr\bin\tar.exe'</TarCommand >
161
+ <TarCommand Condition =" '$(OS)' == 'Windows_NT' and !Exists($(TarCommand))" >'C:\Program Files (x86)\Git\usr\bin\tar.exe'</TarCommand >
159
162
<TarCommand Condition =" '$(OS)' != 'Windows_NT'" >tar</TarCommand >
160
163
</PropertyGroup >
161
164
You can’t perform that action at this time.
0 commit comments