From eb62e0d583e744aacecca35b1d5de26a0e8ce5f5 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 11:53:03 -0500 Subject: [PATCH] Test Build --- .gitea/workflows/arm64-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 40b492c..ce8efa5 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,8 +23,8 @@ jobs: - name: Build project run: | pwd - dotnet publish MarketData/MarketData/MarketData.csproj --configuration Debug --runtime linux-x64 --self-contained true -# dotnet build --configuration "Any CPU" --no-restore # Build the project in Debug configuration + dotnet build --configuration Debug --no-restore # Build the project in Debug configuration +# dotnet publish MarketData/MarketData/MarketData.csproj --configuration Debug --runtime linux-x64 --self-contained true - name: Create Market Data archive with preserved permissions run: tar -czvf marketdata.tar.gz MarketData/MarketData/bin/Debug/net8.0