Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword authored Nov 24, 2023
1 parent f263ded commit a180b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a180b07

Please sign in to comment.