Skip to content

Commit

Permalink
CI: Build with .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Dec 21, 2021
1 parent b57eac2 commit 62e27a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build
run: |
./build.sh --target=Pack
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
echo "Build number: ${cur_build}"
echo "::set-output name=build_id::${cur_build}"
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Build
run: |
./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 }}\"
Expand Down

0 comments on commit 62e27a9

Please sign in to comment.