File tree 2 files changed +2
-7
lines changed
Common/tests/System/Net/Prerequisites 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
3
3
<_TargetFrameworkForXHarness >$(AspNetCoreAppCurrent)</_TargetFrameworkForXHarness >
4
- </PropertyGroup >
5
-
6
- <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and
7
- ('$(Scenario)' == 'WasmTestOnChrome' or
8
- '$(Scenario)' == 'WasmTestOnFirefox' or
9
- '$(Scenario)' == 'WasmTestOnNodeJS')" >
10
4
<HelixTargetsFile >$(MSBuildThisFileDirectory)LocalEchoServer.helix.targets</HelixTargetsFile >
11
5
12
6
<!-- handle different path to middleware in Helix -->
Original file line number Diff line number Diff line change 35
35
<WorkItemPrefix Condition =" '$(WorkItemPrefix)' == ''" >$(Scenario)-</WorkItemPrefix >
36
36
37
37
<IsWasmDebuggerTests Condition =" '$(Scenario)' == 'WasmDebuggerTests'" >true</IsWasmDebuggerTests >
38
- <IsRunningLibraryTests Condition =" '$(Scenario)' == 'WasmTestOnChrome' or
38
+ <IsRunningLibraryTests Condition =" '$(Scenario)' == 'WasmTestOnV8' or
39
+ '$(Scenario)' == 'WasmTestOnChrome' or
39
40
'$(Scenario)' == 'WasmTestOnFirefox' or
40
41
'$(Scenario)' == 'WasmTestOnNodeJS'" >true</IsRunningLibraryTests >
41
42
You can’t perform that action at this time.
0 commit comments