Test Build
All checks were successful
Build .NET Project / build (push) Successful in 4m20s

This commit is contained in:
2025-11-19 10:37:45 -05:00
parent 1a70e4127b
commit b4a1e9f115

View File

@@ -23,9 +23,7 @@ jobs:
- name: Build project
run: |
pwd
dotnet build
# dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
dotnet build --verbosity diagnostic --configuration Debug --no-restore # Build the project in Debug configuration
- name: Create Market Data archive with preserved permissions
run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0