Update build.yaml

This commit is contained in:
cxfksword 2023-11-24 22:38:54 +08:00 committed by GitHub
parent f263ded8dc
commit a180b07716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,9 +14,11 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: print
run: dotnet --info
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --framework=net6.0
run: dotnet build --no-restore
# - name: Test
# run: dotnet test --no-restore --verbosity normal