Tolto classificatore?

This commit is contained in:
Samuele E. Locatelli
2019-10-09 18:18:57 +02:00
parent a2560bef05
commit b1421362c7
Vendored
+2 -2
View File
@@ -105,9 +105,9 @@ pipeline {
credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
artifacts: [
[artifactId: 'MConnectSDK',
classifier: "${env.classifier}",
//classifier: "${env.classifier}",
file: "MConnectSDK.${env.versionNumber}.nupkg",
type: 'zip']
type: 'nupkg']
]
)
}