From 1a70e4127bdefc668f46cb4fca7def740b0a0a50 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 09:47:21 -0500 Subject: [PATCH] Test build --- .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 9b6e3ce..d3eb8b0 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,8 +23,9 @@ jobs: - name: Build project run: | pwd -# dotnet build --configuration Debug --no-restore # Build the project in Debug configuration dotnet build +# dotnet build --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