From 24a3206b54ce8ba57e36ff2226d5df2568d36dd7 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 19 Nov 2025 11:36:44 -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 5283a18..36ed4c6 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Build project run: | pwd - dotnet publish MarketData/MarketData/MarketData.csproj MarketDataServer/MarketDataServer/csproj IPMonitor/IPMonitor.csproj --configuration Debug --runtime linux-x64 --self-contained true + 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 - name: Create Market Data archive with preserved permissions