Test Upload Build Artifact in ActRunner
All checks were successful
Build .NET Project / build (push) Successful in 2m3s

This commit is contained in:
2025-11-17 21:03:13 -05:00
parent 38ebd98e77
commit 69838cc88f

View File

@@ -21,9 +21,13 @@ jobs:
run: dotnet restore # Restore NuGet packages
- name: Build project
run: |
ls -la
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
with:
name: marketdata-build-artifact
path: marketdata/
# - name: Run tests (optional)
# run: dotnet test --no-build # Run unit tests if available