Test Build

This commit is contained in:
2025-11-19 09:46:16 -05:00
parent 78a170cf0a
commit 4564b36004

View File

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