fix jenkinsfile msbuild 15 e tolto packages da proj

This commit is contained in:
Samuele E. Locatelli
2018-05-21 19:33:47 +02:00
parent da608db7ae
commit 2c4dee4f0a
Vendored
+1 -2
View File
@@ -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"
}
}
}