diff --git a/.appveyor.yml b/.appveyor.yml index 251ac0226..d7153ec2d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -119,7 +119,7 @@ for: cd packages/flet echo "Running flet tests" flutter test || exit 1 - dart pub publish --force || exit 1 + dart pub publish --force cd $APPVEYOR_BUILD_FOLDER sleep 10 @@ -127,7 +127,7 @@ for: for dir in packages/flet_*; do cd "$dir" echo "Publishing $dir package" - dart pub publish --force || exit 1 + dart pub publish --force cd "$APPVEYOR_BUILD_FOLDER" done