Skip to content

Commit 7c12139

Browse files
committed
C#: Also inject /p:UseSharedCompilation=false into dotnet publish
1 parent 7dc5bda commit 7c12139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/tools/tracing-config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function RegisterExtractorPack(id)
3131
local firstCharacter = string.sub(arg, 1, 1)
3232
if not (firstCharacter == '-') and not (firstCharacter == '/') then
3333
Log(1, 'Dotnet subcommand detected: %s', arg)
34-
if arg == 'build' or arg == 'msbuild' then match = true end
34+
if arg == 'build' or arg == 'msbuild' or arg == 'publish' then match = true end
3535
break
3636
end
3737
end

0 commit comments

Comments
 (0)