We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet (pack|test|run)
1 parent 7c12139 commit 99d9fe1Copy full SHA for 99d9fe1
csharp/tools/tracing-config.lua
@@ -31,7 +31,8 @@ function RegisterExtractorPack(id)
31
local firstCharacter = string.sub(arg, 1, 1)
32
if not (firstCharacter == '-') and not (firstCharacter == '/') then
33
Log(1, 'Dotnet subcommand detected: %s', arg)
34
- if arg == 'build' or arg == 'msbuild' or arg == 'publish' then match = true end
+ if arg == 'build' or arg == 'msbuild' or arg == 'publish' or arg == 'pack' or arg == 'test' or
35
+ arg == 'run' then match = true end
36
break
37
end
38
0 commit comments