diff --git a/Jenkinsfile b/Jenkinsfile index 3903fde..3f3c17c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Build') { steps { - bat 'VS_pr_build test_repos.sln /p:Configuration=Release' + bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /p:Configuration=Release' } }