Skip to content

Commit f3bba60

Browse files
authored
chore(windows): build before publishing (#1085)
1 parent 79c84a0 commit f3bba60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def parallelStages = [failFast: false]
8282
if (isUnix()) {
8383
sh 'make publish'
8484
} else {
85+
powershell '& ./build.ps1 build'
8586
powershell '& ./build.ps1 publish'
8687
}
8788
}

0 commit comments

Comments
 (0)