From af59eec91eb0b645c952c0d9ba3895583164cc45 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 21 Jul 2024 20:51:12 -0700 Subject: [PATCH] Adds msix creation command, not yet archived --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0dce509..42a7633 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,6 +55,8 @@ pipeline { dir("build\\windows\\x64\\runner\\Release") { bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .' } + + bat 'dart run msix:create' } } post {