Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 4, 2023
1 parent a89f5d7 commit fd1d99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
dotnet-version: 7.0.x
submodules: recursive
- name: Restore
run: dotnet restore
run: dotnet restore Mixcore.sln
- name: Build
run: dotnet build
run: dotnet build Mixcore.sln --no-restore

0 comments on commit fd1d99c

Please sign in to comment.