Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder authored Aug 3, 2023
1 parent 31a2b72 commit 5d82fb6
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 @@ -24,8 +24,8 @@ jobs:
with:
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore
run: dotnet restore src/applications/Mixcore/mixcore.csproj
working-directory: src
- name: Build
run: dotnet build --no-restore
run: dotnet build src/applications/Mixcore/mixcore.csproj --no-restore
working-directory: src

0 comments on commit 5d82fb6

Please sign in to comment.