Test publish linux-x64
Some checks failed
Build .NET Project / build (push) Failing after 2m23s

This commit is contained in:
2025-11-19 11:21:47 -05:00
parent c360f6150c
commit fc47a49cac

View File

@@ -23,7 +23,7 @@ jobs:
- name: Build project
run: |
pwd
dotnet build /p:Platform="Any CPU"
dotnet publish --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