Skip to content

Commit c91034c

Browse files
author
John Luo
committed
Fix SignalR functional tests
1 parent e808199 commit c91034c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/SignalR/clients/ts/FunctionalTests/SignalR.Client.FunctionalTestApp.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<Folder Include="wwwroot\js\" />
4242
</ItemGroup>
4343

44+
<ItemGroup>
45+
<!-- Workaround missing entries in deps files. Still under investigation -->
46+
<RuntimeHostConfigurationOption
47+
Include="Microsoft.NETCore.DotNetHostPolicy.SetAppPaths"
48+
Value="true" />
49+
</ItemGroup>
50+
4451
<ItemGroup>
4552
<TypeScriptCompile Include="selenium\run-ci-tests.ts" />
4653
<TypeScriptCompile Include="selenium\run-tests.ts" />

0 commit comments

Comments
 (0)