fix: *.vsix

This commit is contained in:
2023-04-08 21:56:42 +02:00
parent e0bf5587ca
commit d6657730b1

2
Jenkinsfile vendored
View File

@@ -17,7 +17,7 @@ pipeline {
sh 'vsce package'
// Set the built file as an artifact
archiveArtifacts artifacts: 'my-extension.vsix', onlyIfSuccessful: true
archiveArtifacts artifacts: '*.vsix', onlyIfSuccessful: true
}
}