Skip to content

Commit 39df621

Browse files
committed
Skip publishing all packages
1 parent 5cee8c8 commit 39df621

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ for:
119119
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
120120
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
121121
122-
cd packages/flet
123-
flutter test
124-
dart pub publish --force || exit 1
125-
cd $APPVEYOR_BUILD_FOLDER
122+
# cd packages/flet
123+
# flutter test
124+
# dart pub publish --force || exit 1
125+
# cd $APPVEYOR_BUILD_FOLDER
126126
127127
# sleep 10
128128

0 commit comments

Comments
 (0)