From 39df62106d03302df9994f43d70625ce74b17695 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Thu, 9 May 2024 09:42:01 -0700 Subject: [PATCH] Skip publishing all packages --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e515cfff8..f3aa0eff2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -119,10 +119,10 @@ for: python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER - cd packages/flet - flutter test - dart pub publish --force || exit 1 - cd $APPVEYOR_BUILD_FOLDER + # cd packages/flet + # flutter test + # dart pub publish --force || exit 1 + # cd $APPVEYOR_BUILD_FOLDER # sleep 10