Tets Build
Some checks failed
Build .NET Project / build (push) Failing after 2m57s

This commit is contained in:
2025-11-19 11:38:33 -05:00
parent 24a3206b54
commit 28e771943e

View File

@@ -23,7 +23,7 @@ jobs:
- name: Build project
run: |
pwd
dotnet publish MarketData/MarketData/MarketData.csproj--configuration Debug --runtime linux-x64 --self-contained true
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
- name: Create Market Data archive with preserved permissions