2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Update build.yml to include tests and examples

This commit is contained in:
ChrisDill 2023-08-28 16:59:22 +01:00
parent 696955463f
commit bcb374b670

View File

@ -238,6 +238,12 @@ jobs:
- name: Restore workload
run: dotnet workload restore
- name: Build and run tests
run: dotnet test Raylib-cs.Tests -c Release
- name: Build examples
run: dotnet build Examples -c Release
- name: Create NuGet Package
run: dotnet pack Raylib-cs -c Release --output nuget