Make sure to run console example application as part of test suite

This commit is contained in:
Daniel Cronqvist 2024-10-04 21:16:00 +02:00
parent 5969b509e4
commit e411d51573
6 changed files with 16 additions and 46 deletions

View file

@ -1,6 +1,7 @@
test:
dotnet build src/DotTiled.sln
dotnet test src/DotTiled.sln
dotnet run --project src/DotTiled.Examples/DotTiled.Example.Console/DotTiled.Example.Console.csproj -- src/DotTiled.Examples/DotTiled.Example.Console
docs-serve: docs/index.md
docfx docs/docfx.json --serve