Esplicitato (vuoti) group e classifier
This commit is contained in:
Vendored
+3
-3
@@ -70,7 +70,7 @@ pipeline {
|
||||
// calcolo il config...
|
||||
if (env.BRANCH_NAME == "develop") {
|
||||
env.config = "Debug"
|
||||
env.classifier = "unstable"
|
||||
env.classifier = ""
|
||||
}
|
||||
else if (env.BRANCH_NAME == "master") {
|
||||
env.config = "Release"
|
||||
@@ -100,14 +100,14 @@ pipeline {
|
||||
nexusVersion: 'nexus3',
|
||||
protocol: 'http',
|
||||
nexusUrl: 'nexus.steamware.net',
|
||||
//groupId: 'SOUR',
|
||||
groupId: '',
|
||||
version: "${env.versionNumber}",
|
||||
repository: 'nuget-test',
|
||||
credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
|
||||
artifacts: [
|
||||
[
|
||||
artifactId: 'MConnectSDK',
|
||||
// classifier: "${env.classifier}",
|
||||
classifier: "${env.classifier}",
|
||||
file: "MConnectSDK.${env.versionNumber}.nupkg",
|
||||
type: 'nupkg'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user