aggiunto package restore

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-10-24 23:40:54 +02:00
parent 1bb09498ef
commit 36de389b92
Vendored
+1
View File
@@ -39,6 +39,7 @@ pipeline {
if (env.BRANCH_NAME == "develop") {
/* CAMBIO numero versione in file sorgente!!! */
bat "fart.exe VersGen\\VersGen.cs 000.000 ${env.versionNumber} || EXIT /B 0"
bat "e:\\nuget.exe restore ${WORKSPACE}\\WeIOB-WIN.sln"
parallel (
MAPO_IOB_WIN: {
bat "\"${tool 'MSBuild-14.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /m"