forked from open-telemetry/opentelemetry-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert explicit net7 install (open-telemetry#4565)
- Loading branch information
1 parent
8246a4d
commit b709ee5
Showing
5 changed files
with
0 additions
and
25 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 |
---|---|---|
|
@@ -17,11 +17,6 @@ jobs: | |
with: | ||
fetch-depth: 0 # fetching all | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
||
|
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,11 +27,6 @@ jobs: | |
with: | ||
fetch-depth: 0 # fetching all | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
||
|
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 |
---|---|---|
|
@@ -24,11 +24,6 @@ jobs: | |
with: | ||
fetch-depth: 0 # fetching all | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
||
|
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 |
---|---|---|
|
@@ -20,11 +20,6 @@ jobs: | |
- name: check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install format tool | ||
run: dotnet tool install -g dotnet-format | ||
|
||
|
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 |
---|---|---|
|
@@ -23,11 +23,6 @@ jobs: | |
fetch-depth: 0 # fetching all | ||
ref: ${{ github.ref || 'main' }} | ||
|
||
- name: Setup .NET 7.0 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
||
|