File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Common/tests/System/Net/Prerequisites Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup Condition =" '$(TargetOS)' == 'browser'" >
33 <_TargetFrameworkForXHarness >$(AspNetCoreAppCurrent)</_TargetFrameworkForXHarness >
4- </PropertyGroup >
5-
6- <PropertyGroup Condition =" '$(TargetOS)' == 'browser' and
7- ('$(Scenario)' == 'WasmTestOnChrome' or
8- '$(Scenario)' == 'WasmTestOnFirefox' or
9- '$(Scenario)' == 'WasmTestOnNodeJS')" >
104 <HelixTargetsFile >$(MSBuildThisFileDirectory)LocalEchoServer.helix.targets</HelixTargetsFile >
115
126 <!-- handle different path to middleware in Helix -->
Original file line number Diff line number Diff line change 3535 <WorkItemPrefix Condition =" '$(WorkItemPrefix)' == ''" >$(Scenario)-</WorkItemPrefix >
3636
3737 <IsWasmDebuggerTests Condition =" '$(Scenario)' == 'WasmDebuggerTests'" >true</IsWasmDebuggerTests >
38- <IsRunningLibraryTests Condition =" '$(Scenario)' == 'WasmTestOnChrome' or
38+ <IsRunningLibraryTests Condition =" '$(Scenario)' == 'WasmTestOnV8' or
39+ '$(Scenario)' == 'WasmTestOnChrome' or
3940 '$(Scenario)' == 'WasmTestOnFirefox' or
4041 '$(Scenario)' == 'WasmTestOnNodeJS'" >true</IsRunningLibraryTests >
4142
You can’t perform that action at this time.
0 commit comments