diff --git a/Jenkinsfile b/Jenkinsfile index 51d1ff8..24893a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Publish') { steps { echo 'StartPublish' - sh 'dotnet publish Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj --Configuration Release' + sh 'dotnet publish Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj -c Release' } }