mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Adds msix creation command, not yet archived
This commit is contained in:
parent
1286bfc4c4
commit
af59eec91e
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -55,6 +55,8 @@ pipeline {
|
|||
dir("build\\windows\\x64\\runner\\Release") {
|
||||
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
|
||||
}
|
||||
|
||||
bat 'dart run msix:create'
|
||||
}
|
||||
}
|
||||
post {
|
||||
|
|
Loading…
Reference in a new issue