correzione typo x csproj x restore nuget

This commit is contained in:
Samuele E. Locatelli (WEB DEV)
2017-10-24 23:41:55 +02:00
parent 36de389b92
commit 83ac0cbfe5
Vendored
+1 -1
View File
@@ -39,7 +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"
bat "e:\\nuget.exe restore ${WORKSPACE}\\IOB-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"