Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SDK version #1301

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install .NET 7 SDK
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-core-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
- name: check out code
uses: actions/checkout@v3

- name: Install .NET 7 SDK
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install format tool
run: dotnet tool install -g dotnet-format
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Exporter.Geneva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Exporter.InfluxDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Exporter.Instana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Exporter.OneCollector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Exporter.Stackdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Extensions.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Extensions.Enrichment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.AWSLambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.AspNet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.EventCounters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.GrpcCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Hangfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.MySqlData.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3'

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Owin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Quartz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pack OpenTelemetry.Instrumentation.StackExchangeRedis
Profilername: Pack OpenTelemetry.Instrumentation.StackExchangeRedis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@utpilla What's up with this "Profiler" bit? Copy/paste fail?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch! And yes looks like a terrible copy/paste fail 😂


on:
workflow_dispatch:
Expand Down Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-Instrumentation.Wcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-PersistentStorage.FileSystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-ResourceDetectors.AWS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/package-ResourceDetectors.Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.0.x'
- name: Setup dotnet
uses: actions/setup-dotnet@v3

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}
Expand Down
Loading