Skip to content

Commit 1b9e9f2

Browse files
committed
Do not explicitly specify the .NET SDK version in actions/setup-dotnet
The version from the global.json file will be used, see https://github.com/actions/setup-dotnet/blob/499789684c9a0d41c9b3f0d66a785ba17b1d51ab/src/setup-dotnet.ts#L12
1 parent 177064d commit 1b9e9f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
nupkg-filename: ${{ steps.dotnet-pack.outputs.nupkg-filename }}
2424
release-body: ${{ steps.tag-message.outputs.release-notes }}
2525
steps:
26-
- name: Install .NET 6.0 SDK
26+
- name: Install .NET SDK
2727
uses: actions/setup-dotnet@v1
28-
with:
29-
dotnet-version: 6.0.x
3028
- name: Checkout git repository
3129
uses: actions/checkout@v2
3230
with:

0 commit comments

Comments
 (0)