Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c971e60

Browse files
committed
MAX_PATH Workaround
1 parent 6b0f893 commit c971e60

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/runtest.proj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,9 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
416416

417417
<ItemGroup>
418418
<CoreCLRBinaries Include="$(CORE_ROOT)\**\*.*" />
419-
<DotnetCLIFiles Include="$(ToolsDir)\dotnetcli\**\*" />
420-
<HostFxFile Include="@(DotnetCLIFiles)" Condition="'%(DotnetCLIFiles.Filename)' == '$(HostFxrFileName)'" />
421-
<DotnetExe Include="@(DotnetCLIFiles)" Condition="'%(DotnetCLIFiles.Filename)%(DotnetCLIFiles.Extension)' == 'dotnet.exe'" />
422-
<HostPolicyFile Include="@(DotnetCLIFiles)" Condition="'%(DotnetCLIFiles.Filename)' == 'hostpolicy'" />
423-
<CoreCLRDLL Include="@(CoreCLRBinaries)" Condition="'%(CoreCLRBinaries.Filename)' == 'coreclr'" />
424-
<Message Text="Set hostfxfile to @(HostFxFile)" />
419+
<HostFxFile Include="$(ToolsDir)\dotnetcli\**\$(HostFxrFileName).dll"/>
420+
<DotnetExe Include="$(ToolsDir)\dotnetcli\dotnet" />
421+
<HostPolicyFile Include="$(ToolsDir)\dotnetcli\**\hostpolicy.dll"/>
425422
</ItemGroup>
426423

427424
<Copy SourceFiles="@(HostFxFile)"

0 commit comments

Comments
 (0)