commentato IOB-WIN x errore MTConnect
This commit is contained in:
Vendored
+8
-8
@@ -33,7 +33,7 @@ pipeline {
|
||||
// CAMBIO numero versione in file sorgente!!!
|
||||
bat "e:\\fart.exe VersGen\\VersGen.cs 0.0.0.0 ${env.versionNumber} || EXIT /B 0"
|
||||
// checkout NuGet in file sorgente!!!
|
||||
fixNuget("${WORKSPACE}\\IOB-WIN.sln")
|
||||
// fixNuget("${WORKSPACE}\\IOB-WIN.sln")
|
||||
fixNuget("${WORKSPACE}\\IOB-WIN-NEXT.sln")
|
||||
}
|
||||
script {
|
||||
@@ -41,7 +41,7 @@ pipeline {
|
||||
parallel (
|
||||
IOB_WIN: {
|
||||
// BUILD!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
// bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN-NEXT/IOB-WIN-NEXT.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
},
|
||||
IOB_MAN: {
|
||||
@@ -82,7 +82,7 @@ pipeline {
|
||||
// procedo solo se NON si tratta di commit in ramo DOCUMentazione...
|
||||
else if (env.BRANCH_NAME == "develop" || env.BRANCH_NAME.contains("master") ) {
|
||||
// BUILD!
|
||||
bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
// bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN/IOB-WIN.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
bat "\"${tool 'MSBuild-16.0'}\" IOB-WIN-NEXT/IOB-WIN-NEXT.csproj -target:Build /p:Configuration=Release /p:Platform=\"x86\" /p:OutputPath=bin/ /verbosity:minimal /m"
|
||||
}
|
||||
else
|
||||
@@ -150,11 +150,11 @@ pipeline {
|
||||
repository: 'utility',
|
||||
credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
|
||||
artifacts: [
|
||||
[artifactId: 'IOB-WIN',
|
||||
classifier: "",
|
||||
// classifier: "${env.classifier}",
|
||||
file: "Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip",
|
||||
type: 'zip'],
|
||||
// [artifactId: 'IOB-WIN',
|
||||
// classifier: "",
|
||||
// // classifier: "${env.classifier}",
|
||||
// file: "Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip",
|
||||
// type: 'zip'],
|
||||
[artifactId: 'IOB-WIN-NEXT',
|
||||
classifier: "",
|
||||
// classifier: "${env.classifier}",
|
||||
|
||||
Reference in New Issue
Block a user