Restore linux-x64 RID for SqlClient; xcopy handles wwwroot separately
This commit is contained in:
Vendored
+1
-1
@@ -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\\'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user