Refactor project structure and update documentation. Replace PixiJS with plain DOM for UI rendering, enhance README with game features, and revise protocol documentation for HTTP API. Remove unused files and streamline client code for better maintainability.
This commit is contained in:
@@ -15,12 +15,12 @@ jobs:
|
||||
with:
|
||||
global-json-file: global.json
|
||||
|
||||
- run: dotnet restore HSchool.slnx
|
||||
- run: dotnet restore h-school.sln
|
||||
|
||||
- run: dotnet build HSchool.slnx --no-restore --configuration Release
|
||||
- run: dotnet build h-school.sln --no-restore --configuration Release
|
||||
|
||||
# The AppHost tests run headless, so no Node install is needed here.
|
||||
- run: dotnet test HSchool.slnx --no-build --configuration Release
|
||||
- run: dotnet test h-school.sln --no-build --configuration Release
|
||||
|
||||
client:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user