correzione typo x csproj x restore nuget
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user