update:发布参数错误

This commit is contained in:
admin
2021-06-08 07:42:52 +00:00
parent 59b4614ff3
commit 24428e93e7

2
Jenkinsfile vendored
View File

@@ -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'
}
}