Skip to content

Commit

Permalink
自动构建改用.net6
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjusss authored Jan 25, 2022
1 parent 4b41f30 commit d95257d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "!**.MD"
- "!LICENSE"
- "!.gitignore"
- "!.github/workflows**"
pull_request:
branches: [ master ]
paths:
Expand All @@ -27,7 +28,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1
dotnet-version: '6.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -41,10 +42,11 @@ jobs:
with:
path: ./.github/out

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
id: buildx
uses: crazy-max/[email protected]

uses: docker/setup-buildx-action@v1
- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}

Expand Down

0 comments on commit d95257d

Please sign in to comment.