From be78f4b14d717baee4ff49ee645fda11c2ad4cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B0=D0=BF=D0=BE=D1=80=D0=BE=D0=B6=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=20=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81?= =?UTF-8?q?=D1=96=D1=8F=20=D0=92=D0=BE=D0=BB=D0=BE=D0=B4=D0=B8=D0=BC=D0=B8?= =?UTF-8?q?=D1=80=D1=96=D0=B2=D0=BD=D0=B0?= Date: Thu, 4 Apr 2024 12:56:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8=20'J?= =?UTF-8?q?enkinsfile'?= 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 73ed59f..40f4ee3 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 /p:Platform=x64 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.22621.0'' + bat '"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\MSBuild.exe" test_repos.sln /p:Platform=x64 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.22621.0' } }