Test build script
Some checks failed
Build .NET Project / build (push) Failing after 14s

This commit is contained in:
2025-11-17 20:55:57 -05:00
parent c0ba745933
commit 2f694e1ede

View File

@@ -21,7 +21,8 @@ jobs:
run: dotnet restore # Restore NuGet packages
- name: Build project
run: ls -la
run:
ls -la
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
# - name: Run tests (optional)