Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 authored Jan 10, 2025
1 parent b7f4bb0 commit 2af6cdc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
steps:
- uses: actions/checkout@v3


- name: 安装DotNet
run: sudo add-apt-repository ppa:dotnet/backports && sudo apt-get update && sudo apt-get install -y dotnet-sdk-9.0

- name: Restore Dependencies
run: dotnet restore --configuration Release
run: dotnet restore --configuration:Release

- name: Build
run: dotnet build --configuration:Release --no-restore
Expand Down

0 comments on commit 2af6cdc

Please sign in to comment.