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.
/p:UseSharedCompilation=false
dotnet publish
1 parent 7dc5bda commit 7c12139Copy full SHA for 7c12139
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' or arg == 'msbuild' then match = true end
+ if arg == 'build' or arg == 'msbuild' or arg == 'publish' then match = true end
35
break
36
end
37
0 commit comments