We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f7801 commit bfe19d3Copy full SHA for bfe19d3
1 file changed
otel_sdk_build.cmd
@@ -38,7 +38,8 @@ goto:eof
38
39
:minimal
40
"%__BAZEL__%" build --profile=min.dll.tracing.json --//:with_dll=true otel_sdk_d otel_sdk_rd otel_sdk_r || goto:error
41
-"%__BAZEL__%" build --profile=min.nodll.tracing.json --//:with_dll=false //functional/otlp/... || goto:error
+"%__BAZEL__%" test --profile=min.nodll.tracing.json --//:with_dll=true //install/... || goto:error
42
+"%__BAZEL__%" test --profile=min.nodll.tracing.json --//:with_dll=false //install/... || goto:error
43
goto:eof
44
45
:zip
0 commit comments