diff --git a/config/Jenkinsfile b/config/Jenkinsfile index 2c757ea..e179a24 100644 --- a/config/Jenkinsfile +++ b/config/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { - bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release" + bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release" } }