Skip to content

Commit ce36199

Browse files
author
John Luo
committed
Experimental fix for blazor e2e tests
1 parent 7a3737b commit ce36199

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project>
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3+
4+
<ItemGroup>
5+
<!-- Workaround missing entries in deps files. Still under investigation -->
6+
<RuntimeHostConfigurationOption
7+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
8+
Value="true" />
9+
</ItemGroup>
10+
</Project>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project>
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
3+
4+
<ItemGroup>
5+
<!-- Workaround missing entries in deps files. Still under investigation -->
6+
<RuntimeHostConfigurationOption
7+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
8+
Value="true" />
9+
</ItemGroup>
10+
</Project>

0 commit comments

Comments
 (0)