Skip to content

Commit aec976b

Browse files
authored
Merge pull request #5 from Cysharp/chore/setup_dotnet
chore: remove setup-dotnet
2 parents 9e10af1 + cff8aa1 commit aec976b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/build-debug.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@v2
23-
- uses: actions/setup-dotnet@v1
24-
with:
25-
dotnet-version: 3.1.x
26-
2723
- run: dotnet build -c Debug
2824
- run: dotnet test -c Debug --no-build
2925

.github/workflows/build-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
GIT_TAG: ${{ github.event.inputs.tag }}
1616
DRY_RUN: ${{ github.event.inputs.dry_run }}
1717
DRY_RUN_BRANCH_PREFIX: "test_release"
18-
DOTNET_SDK_VERISON_3: 3.1.x
1918

2019
jobs:
2120
update-packagejson:
@@ -85,9 +84,6 @@ jobs:
8584
- uses: actions/checkout@v2
8685
with:
8786
ref: ${{ needs.update-packagejson.outputs.sha }}
88-
- uses: actions/setup-dotnet@v1
89-
with:
90-
dotnet-version: "${{ env.DOTNET_SDK_VERSION_3 }}"
9187
# pack nuget
9288
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
9389
- run: dotnet test -c Release --no-build -p:Version=${{ env.GIT_TAG }}
@@ -166,10 +162,6 @@ jobs:
166162
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
167163
NUGET_XMLDOC_MODE: skip
168164
steps:
169-
# setup dotnet for nuget push
170-
- uses: actions/setup-dotnet@v1
171-
with:
172-
dotnet-version: "${{ env.DOTNET_SDK_VERSION_3 }}"
173165
# Create Release
174166
- uses: actions/create-release@v1
175167
id: create_release

0 commit comments

Comments
 (0)