Test Platform=Any CPU
All checks were successful
Build .NET Project / build (push) Successful in 3m51s

This commit is contained in:
2025-11-19 11:00:39 -05:00
parent f051a27b92
commit c360f6150c

View File

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