Add pub get instruction

This commit is contained in:
zontreck 2024-08-30 21:10:07 -07:00
parent e47840595d
commit ddc559a663

2
Jenkinsfile vendored
View file

@ -45,6 +45,8 @@ pipeline {
cd ..\\..
cd dart
dart pub get
mkdir out
dart compile exe -o out\\dbikc.exe bin\\dbikc.dart