From c360f6150c316e5ae10fdfb746524615871c8767 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 11:00:39 -0500 Subject: [PATCH] Test Platform=Any CPU --- .gitea/workflows/arm64-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index d2cae76..9309422 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -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