From 4b845d7a1a240f01e3b206b778504f0eb133b050 Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Mon, 4 May 2026 23:07:47 -0400 Subject: [PATCH] Restore linux-x64 RID for SqlClient; xcopy handles wwwroot separately --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 553973f..8e23b31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { stage('Publish') { steps { - bat 'dotnet publish src\\PowderCoating.Web\\PowderCoating.Web.csproj -c Release --self-contained false -o publish' + bat 'dotnet publish src\\PowderCoating.Web\\PowderCoating.Web.csproj -c Release -r linux-x64 --self-contained false -o publish' bat 'xcopy /E /Y /I src\\PowderCoating.Web\\wwwroot publish\\wwwroot\\' } }