From b4a1e9f115c528c8254a2d05f8407a79ef792cfa Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 10:37:45 -0500 Subject: [PATCH] Test Build --- .gitea/workflows/arm64-ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index d3eb8b0..9ea9448 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,9 +23,7 @@ jobs: - name: Build project run: | pwd - dotnet build -# dotnet build --configuration Debug --no-restore # Build the project in Debug configuration - + dotnet build --verbosity diagnostic --configuration Debug --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