mirror of
https://github.com/sern-handler/snippets
synced 2026-06-06 01:16:58 +00:00
fix: *.vsix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user