Skip to content

Commit 62e27a9

Browse files
committed
CI: Build with .NET 6
1 parent b57eac2 commit 62e27a9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2.3.5
14+
- uses: actions/setup-dotnet@v1
15+
with:
16+
dotnet-version: "6.0.x"
1417
- name: Build
1518
run: |
1619
./build.sh --target=Pack

.github/workflows/build_be.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
echo "Build number: ${cur_build}"
3838
echo "::set-output name=build_id::${cur_build}"
3939
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
40+
- uses: actions/setup-dotnet@v1
41+
with:
42+
dotnet-version: "6.0.x"
4043
- name: Build
4144
run: |
4245
./build.sh --target=Pack --bleeding_edge=${{ steps.be_status.outputs.is_be == 'true' }} --build_id=${{ steps.info.outputs.build_id || 0 }} --last_build_commit=\"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget_push_key=\"${{ secrets.BEPIN_DEV_NUGET_KEY }}\"

0 commit comments

Comments
 (0)