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 ebdb841 commit f3d1d1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }} # 使用矩阵中的 .NET 版本

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

Expand Down

0 comments on commit f3d1d1a

Please sign in to comment.