Test build script
All checks were successful
Build .NET Project / build (push) Successful in 1m18s

This commit is contained in:
2025-11-17 20:57:56 -05:00
parent 2f694e1ede
commit 38ebd98e77

View File

@@ -21,7 +21,7 @@ jobs:
run: dotnet restore # Restore NuGet packages
- name: Build project
run:
run: |
ls -la
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration