diff --git a/config/Jenkinsfile b/config/Jenkinsfile index e179a24..312644f 100644 --- a/config/Jenkinsfile +++ b/config/Jenkinsfile @@ -12,7 +12,8 @@ pipeline stage('Build') { steps - { + { + dotnet --list-sdks bat "\"${tool 'MSBuild17'}\" ${WORKSPACE}\\MergeCMInpro.csproj /t:Restore /t:Rebuild /p:Configuration=Release" }