Adds msix creation command, not yet archived

This commit is contained in:
zontreck 2024-07-21 20:51:12 -07:00
parent 1286bfc4c4
commit af59eec91e

2
Jenkinsfile vendored
View file

@ -55,6 +55,8 @@ pipeline {
dir("build\\windows\\x64\\runner\\Release") { dir("build\\windows\\x64\\runner\\Release") {
bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .' bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .'
} }
bat 'dart run msix:create'
} }
} }
post { post {