Skip to content

Commit

Permalink
Bump SDK version (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Aug 9, 2023
1 parent b0e0828 commit cff9c0e
Show file tree
Hide file tree
Showing 40 changed files with 76 additions and 113 deletions.
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

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
5 changes: 2 additions & 3 deletions .github/workflows/package-PersistentStorage.Abstractions.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-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

0 comments on commit cff9c0e

Please sign in to comment.