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