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" } } }