-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump .NET SDK to 7.0.401/6.0.414 (#2972)
* Bump .NET6 SDK to 6.0.414 * Bump .NET7 SDK to 7.0.401 * Update dotnet-install sha * Fix alpine docker build
- Loading branch information
Showing
9 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
id: nuget-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
id: nuget-cache | ||
|
@@ -94,8 +94,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
id: nuget-cache | ||
|
@@ -125,8 +125,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
id: nuget-cache | ||
|
@@ -199,8 +199,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Check for NuGet packages cache | ||
uses: actions/[email protected] | ||
id: nuget-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.400 | ||
dotnet-version: 7.0.401 | ||
|
||
- name: dotnet format | ||
run: dotnet format .\OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- name: Test the PowerShell module instructions from README.md | ||
shell: powershell | ||
run: | | ||
|
@@ -55,8 +55,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- run: brew install coreutils | ||
if: ${{ runner.os == 'macOS' }} | ||
- name: Create test directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
dotnet-version: | | ||
6.0.413 | ||
7.0.400 | ||
6.0.414 | ||
7.0.401 | ||
- run: ./build.cmd BuildTracer ManagedTests --containers ${{ matrix.containers }} --test-project "${{ github.event.inputs.testProject }}" --test-name '"${{ github.event.inputs.testName }}"' --test-count ${{ github.event.inputs.count }} | ||
- name: Upload logs | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters