From f051a27b92b5c914cc9729fbb11fc41a6a5172d1 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 10:49:58 -0500 Subject: [PATCH] Test build --- .gitea/workflows/arm64-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 9ea9448..d2cae76 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -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