From c27a2840942b1b0979f50ff1200cbc5b68f591ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=83=D1=80=D1=82=D0=BE=D0=B2=D0=B0=20=D0=90=D0=BB?= =?UTF-8?q?=D1=96=D0=BD=D0=B0=20=D0=93=D0=B5=D0=BD=D0=BD=D0=B0=D0=B4=D1=96?= =?UTF-8?q?=D1=97=D0=B2=D0=BD=D0=B0?= Date: Fri, 5 Apr 2024 21:40:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3bfade..5ed9ed3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { steps { // Крок для збірки проекту з Visual Studio // Встановіть правильні шляхи до рішення/проекту та параметри MSBuild - bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /t:Build /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.22000.0' + bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /t:Build /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.22621.0' } }