From 2c4dee4f0aabaa7788113622dd6f48368a413a2f Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 21 May 2018 19:33:47 +0200 Subject: [PATCH] fix jenkinsfile msbuild 15 e tolto packages da proj --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71586e0..fd703f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,10 +38,9 @@ pipeline { // CAMBIO numero versione + checkout NuGet in file sorgente!!! bat "e:\\fart.exe SteamWareLib\\SteamWare.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0" bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare.sln" - bat "e:\\nuget.exe restore ${WORKSPACE}\\SteamWare\\SteamWare.csproj" } script { - bat "\"${tool 'MSBuild-14.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" + bat "\"${tool 'MSBuild-15.0'}\" SteamWareLib\\SteamWare.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m" } } }