diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31c25f5874..c70544edc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: || contains(needs.detect-changes.outputs.changes, 'shared') uses: ./.github/workflows/Component.BuildTest.yml with: - project-name: Component[OpenTelemetry.Exporter.InfluxDB] + project-name: OpenTelemetry.Exporter.InfluxDB code-cov-name: Exporter.InfluxDB build-test-exporter-instana: @@ -160,7 +160,7 @@ jobs: || contains(needs.detect-changes.outputs.changes, 'shared') uses: ./.github/workflows/Component.BuildTest.yml with: - project-name: Component[OpenTelemetry.Extensions.Enrichment] + project-name: OpenTelemetry.Extensions.Enrichment code-cov-name: Extensions.Enrichment build-test-instrumentation-aspnet: @@ -264,7 +264,7 @@ jobs: || contains(needs.detect-changes.outputs.changes, 'shared') uses: ./.github/workflows/Component.BuildTest.yml with: - project-name: Component[OpenTelemetry.Instrumentation.GrpcCore] + project-name: OpenTelemetry.Instrumentation.GrpcCore code-cov-name: Instrumentation.GrpcCore build-test-instrumentation-grpcnetclient: diff --git a/build/Projects/OpenTelemetry.Exporter.InfluxDB.proj b/build/Projects/OpenTelemetry.Exporter.InfluxDB.proj new file mode 100644 index 0000000000..1687d250fd --- /dev/null +++ b/build/Projects/OpenTelemetry.Exporter.InfluxDB.proj @@ -0,0 +1,34 @@ + + + + $([System.IO.Directory]::GetParent($(MSBuildThisFileDirectory)).Parent.Parent.FullName) + Exporter.InfluxDB- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Projects/OpenTelemetry.Extensions.Enrichment.proj b/build/Projects/OpenTelemetry.Extensions.Enrichment.proj new file mode 100644 index 0000000000..b98720d76d --- /dev/null +++ b/build/Projects/OpenTelemetry.Extensions.Enrichment.proj @@ -0,0 +1,34 @@ + + + + $([System.IO.Directory]::GetParent($(MSBuildThisFileDirectory)).Parent.Parent.FullName) + Extensions.Enrichment- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Projects/OpenTelemetry.Instrumentation.GrpcCore.proj b/build/Projects/OpenTelemetry.Instrumentation.GrpcCore.proj new file mode 100644 index 0000000000..9a5cb715ca --- /dev/null +++ b/build/Projects/OpenTelemetry.Instrumentation.GrpcCore.proj @@ -0,0 +1,34 @@ + + + + $([System.IO.Directory]::GetParent($(MSBuildThisFileDirectory)).Parent.Parent.FullName) + Instrumentation.GrpcCore- + + + + + + + + + + + + + + + + + + + + + + + + + + + + +