Aggiunta build x Barcode
This commit is contained in:
Vendored
+4
@@ -25,6 +25,10 @@ pipeline {
|
||||
echo 'Build ADMIN Release'
|
||||
bat "\"${tool 'MSBuild-14.0'}\" GPW_Admin\\GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber}"
|
||||
},
|
||||
BARCODE: {
|
||||
echo 'Build BARCODE Release'
|
||||
bat "\"${tool 'MSBuild-14.0'}\" GPW_Barcode\\GPW_Barcode.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber}"
|
||||
},
|
||||
failFast: false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user