Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Apr 17, 2024
1 parent ca9ba87 commit 8c5e15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<Project>
<PropertyGroup Condition="'$(TargetOS)' == 'browser'">
<_TargetFrameworkForXHarness>$(AspNetCoreAppCurrent)</_TargetFrameworkForXHarness>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetOS)' == 'browser' and
('$(Scenario)' == 'WasmTestOnChrome' or
'$(Scenario)' == 'WasmTestOnFirefox' or
'$(Scenario)' == 'WasmTestOnNodeJS')">
<HelixTargetsFile>$(MSBuildThisFileDirectory)LocalEchoServer.helix.targets</HelixTargetsFile>

<!-- handle different path to middleware in Helix -->
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/sendtohelix-browser.targets
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<WorkItemPrefix Condition="'$(WorkItemPrefix)' == ''">$(Scenario)-</WorkItemPrefix>

<IsWasmDebuggerTests Condition="'$(Scenario)' == 'WasmDebuggerTests'">true</IsWasmDebuggerTests>
<IsRunningLibraryTests Condition="'$(Scenario)' == 'WasmTestOnChrome' or
<IsRunningLibraryTests Condition="'$(Scenario)' == 'WasmTestOnV8' or
'$(Scenario)' == 'WasmTestOnChrome' or
'$(Scenario)' == 'WasmTestOnFirefox' or
'$(Scenario)' == 'WasmTestOnNodeJS'">true</IsRunningLibraryTests>

Expand Down

0 comments on commit 8c5e15a

Please sign in to comment.