#12 [build 5/5] RUN dotnet publish ... -r linux-x64
#12 5.940 /src/src/OneGround.ZGW.Documenten.Jobs/Subscription/ManageSubscriptionsJob.cs : error : Was not formatted. [/src/src/OneGround.ZGW.Documenten.Jobs/ZGW.Documenten.Jobs.csproj]
#12 5.941 ----------------------------- Expected: Around Line 66 -----------------------------
#12 5.941 x.ClientId,
#12 5.941 x.ClientSecret, <-- Expecting trailing comma
#12 5.941 });
#12 5.941 ----------------------------- Actual: Around Line 66 -----------------------------
#12 5.941 x.ClientId,
#12 5.941 x.ClientSecret <-- Missing trailing comma
#12 5.941 });
We are experiencing inconsistency between the Pull Request CI build and the Publish workflow. While the PR build completes successfully, the Publish workflow (Docker build) is failing due to a code formatting error.
Context & Logs
PR Build (Passed)
Run: Job #57428578211
Publish / Docker Build (Failed)
Run: Job #57428607020