diff --git a/Jenkinsfile b/Jenkinsfile index e80b415..8068f9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'] ] ) }