Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Update build-dotnet.yml
Browse files Browse the repository at this point in the history
use specific location for nested csproj
  • Loading branch information
sambaas authored Sep 12, 2023
1 parent aa4d223 commit 60d7306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
run: dotnet restore TileBakeTool/TileBakeTool.csproj
- name: Build
run: dotnet build --no-restore
run: dotnet build TileBakeTool/TileBakeTool.csproj --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test TileBakeTool/TileBakeTool.csproj --no-build --verbosity normal

0 comments on commit 60d7306

Please sign in to comment.