Skip to content

Commit

Permalink
Update dotnet-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Dec 1, 2024
1 parent db6d1c6 commit eb89c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
run: dotnet restore ./src/GeneralUpdate.Tool.sln
- name: build
run: dotnet build ./src/WPF/GeneralUpdate.Tool.sln -c Release
run: dotnet build ./src/GeneralUpdate.Tool.sln -c Release

0 comments on commit eb89c8c

Please sign in to comment.