You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ASP.NET Core packages version (Current, Latest, or custom value). Current is the latest public version (2.0.*), Latest is the currently developed one. Default is Latest (2.2-*).",CommandOptionType.SingleValue);
Copy file name to clipboardExpand all lines: src/BenchmarksDriver2/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Options:
52
52
--[JOB].buildArguments <argument> An argument to pass to msbuild. Can be used multiple times to define multiple values.
53
53
--[JOB].selfContained <true|false> Whether to deploy the app as stand-alone. Default is false. Is is forced to 'true' if either runtimeVersion or aspnetVersion is defined as the SDK versions would be used otherwise.
54
54
--[JOB].useMonoRuntime <true|false> Whether to use the Mono runtime.
55
+
--[JOB].useMonoRuntime_LlvmJit <true|false> Whether to use the Mono runtime with LLVM JIT.
0 commit comments