From 121e102aad1e1d3b899ece1bf14c315b9b28e793 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 9 Oct 2019 17:16:46 +0200 Subject: [PATCH] msbuild15? --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 403e7f1..a603f28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { // restore nuget packages bat "e:\\nuget.exe restore ${WORKSPACE}\\MConnect.sln" // BUILD Develop (della sola libreria)! - bat "\"${tool 'MSBuild-16.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/${env.config}/ /m" + bat "\"${tool 'MSBuild-15.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/${env.config}/ /m" } else { echo 'NON faccio test di Build se non per BRANCH DEVELOP...' @@ -83,7 +83,7 @@ pipeline { // restore nuget packages bat "e:\\nuget.exe restore ${WORKSPACE}\\MConnect.sln" // BUILD! - bat "\"${tool 'MSBuild-16.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/ /m" + bat "\"${tool 'MSBuild-15.0'}\" MConnectSDK/MConnectSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"x86\" /p:OutputPath=bin/ /m" // creo package NuGet... cd "Rilasci" bat "e:\\nuget.exe pack ${WORKSPACE}\\MConnectSDK\\MConnectSDK.csproj -properties Configuration=Release"