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

This commit is contained in:
2025-11-19 10:49:58 -05:00
parent b4a1e9f115
commit f051a27b92

View File

@@ -23,7 +23,7 @@ jobs:
- name: Build project
run: |
pwd
dotnet build --verbosity diagnostic --configuration Debug --no-restore # Build the project in Debug configuration
dotnet build --configuration "Any CPU" --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