We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ab330 + 131a055 commit a3894beCopy full SHA for a3894be
csharp/config/tracer/linux/csharp-compiler-settings
@@ -7,3 +7,8 @@
7
**/mono*:
8
**/dotnet:
9
invoke ${odasa_tools}/extract-csharp.sh
10
+**/msbuild:
11
+**/xbuild:
12
+ replace yes
13
+ invoke ${compiler}
14
+ append /p:UseSharedCompilation=false
csharp/tools/linux64/compiler-tracing.spec
invoke ${config_dir}/extract-csharp.sh
csharp/tools/osx64/compiler-tracing.spec
@@ -7,6 +7,11 @@
15
/usr/bin/codesign:
16
replace yes
17
invoke /usr/bin/env
0 commit comments