commentato IOB-WIN x errore MTConnect

This commit is contained in:
Samuele E. Locatelli
2021-09-30 11:54:25 +02:00
parent b9c5f55bb9
commit 4f67970d68
Vendored
+8 -8
View File
@@ -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}",