We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cee8c8 commit 39df621Copy full SHA for 39df621
.appveyor.yml
@@ -119,10 +119,10 @@ for:
119
python3 ci/patch_pubspec.py packages/flet_video/pubspec.yaml $PKG_VER
120
python3 ci/patch_pubspec.py packages/flet_webview/pubspec.yaml $PKG_VER
121
122
- cd packages/flet
123
- flutter test
124
- dart pub publish --force || exit 1
125
- cd $APPVEYOR_BUILD_FOLDER
+ # cd packages/flet
+ # flutter test
+ # dart pub publish --force || exit 1
+ # cd $APPVEYOR_BUILD_FOLDER
126
127
# sleep 10
128
0 commit comments