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 msbuild
1 parent ba2cee0 commit 4000710Copy full SHA for 4000710
csharp/tools/tracing-config.lua
@@ -31,7 +31,7 @@ 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' then match = true end
+ if arg == 'build' or arg == 'msbuild' then match = true end
35
break
36
end
37
0 commit comments