From 4317e526fa6d849ad4a135cf0e859bbf9b114185 Mon Sep 17 00:00:00 2001 From: Matvey Date: Wed, 4 Aug 2021 03:52:59 -0700 Subject: [PATCH] fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ba7ec8..c5d3d73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -182,7 +182,7 @@ pipeline { }*/ stage('Publish') { steps { - sh 'dotnet publish ${WORKSPACE}/bizgaze/Bizgaze.Web.Server.publish.sln -o out --configuration Release --no-restore' + sh 'dotnet publish ${WORKSPACE} -o out --configuration Release --no-restore' } }