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

This commit is contained in:
2025-11-19 11:53:03 -05:00
parent 28e771943e
commit eb62e0d583

View File

@@ -23,8 +23,8 @@ jobs:
- name: Build project
run: |
pwd
dotnet publish MarketData/MarketData/MarketData.csproj --configuration Debug --runtime linux-x64 --self-contained true
# dotnet build --configuration "Any CPU" --no-restore # Build the project in Debug configuration
dotnet build --configuration Debug --no-restore # Build the project in Debug configuration
# dotnet publish MarketData/MarketData/MarketData.csproj --configuration Debug --runtime linux-x64 --self-contained true
- name: Create Market Data archive with preserved permissions
run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0