Remove msix from jenkinsfile

This commit is contained in:
zontreck 2024-07-21 21:23:20 -07:00
parent 52392609c7
commit 7c4b62a2a4

2
Jenkinsfile vendored
View file

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