File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 97
97
<_XHarnessArgs Condition =" '$(_XHarnessTestsTimeout)' != '' " >$(_XHarnessArgs) " --timeout=$(_XHarnessTestsTimeout)" </_XHarnessArgs >
98
98
<_XHarnessArgs Condition =" '$(WasmXHarnessArgsCli)' != ''" >$(_XHarnessArgs) $(WasmXHarnessArgsCli)</_XHarnessArgs >
99
99
100
+ <!-- Works around https://github.com/dotnet/runtime/issues/80619 -->
101
+ <_NugetWorkAroundCommand >dotnet new console</_NugetWorkAroundCommand >
102
+
100
103
<!-- There two flavors of WasmXHarnessArgs and WasmXHarnessMonoArgs, one is MSBuild property and the other is environment variable -->
101
- <RunScriptCommand Condition =" '$(OS)' != 'Windows_NT'" >$HARNESS_RUNNER $(_XHarnessArgs) %24XHARNESS_ARGS %24WasmXHarnessArgs -- $(WasmXHarnessMonoArgs) %24WasmXHarnessMonoArgs $(_AppArgs) %24WasmTestAppArgs</RunScriptCommand >
102
- <RunScriptCommand Condition =" '$(OS)' == 'Windows_NT'" >%HARNESS_RUNNER% $(_XHarnessArgs) %XHARNESS_ARGS% %WasmXHarnessArgs% -- $(WasmXHarnessMonoArgs) %WasmXHarnessMonoArgs% $(_AppArgs) %WasmTestAppArgs%</RunScriptCommand >
104
+ <RunScriptCommand Condition =" '$(OS)' != 'Windows_NT'" >$(_NugetWorkAroundCommand) $(_ShellCommandSeparator) $ HARNESS_RUNNER $(_XHarnessArgs) %24XHARNESS_ARGS %24WasmXHarnessArgs -- $(WasmXHarnessMonoArgs) %24WasmXHarnessMonoArgs $(_AppArgs) %24WasmTestAppArgs</RunScriptCommand >
105
+ <RunScriptCommand Condition =" '$(OS)' == 'Windows_NT'" >$(_NugetWorkAroundCommand) $(_ShellCommandSeparator) %HARNESS_RUNNER% $(_XHarnessArgs) %XHARNESS_ARGS% %WasmXHarnessArgs% -- $(WasmXHarnessMonoArgs) %WasmXHarnessMonoArgs% $(_AppArgs) %WasmTestAppArgs%</RunScriptCommand >
103
106
</PropertyGroup >
104
107
105
108
<PropertyGroup Condition =" '$(BuildAOTTestsOnHelix)' == 'true'" >
You can’t perform that action at this time.
0 commit comments