aggiunto output path e tolto 2 stages x fare prima...
This commit is contained in:
Vendored
+5
-5
@@ -19,16 +19,16 @@ pipeline {
|
||||
parallel (
|
||||
HOME: {
|
||||
echo 'Build HOME Release'
|
||||
bat "\"${tool 'MSBuild-14.0'}\" HOME\\HOME.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber}"
|
||||
bat "\"${tool 'MSBuild-14.0'}\" HOME\\HOME.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
|
||||
},
|
||||
ADMIN: {
|
||||
/*ADMIN: {
|
||||
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}"
|
||||
bat "\"${tool 'MSBuild-14.0'}\" GPW_Admin\\GPW_Admin.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
|
||||
},
|
||||
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}"
|
||||
},
|
||||
bat "\"${tool 'MSBuild-14.0'}\" GPW_Barcode\\GPW_Barcode.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=${env.versionNumber} /p:OutputPath=bin/ /m"
|
||||
},*/
|
||||
failFast: false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user