Skip to content

Commit

Permalink
Restore yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed May 9, 2024
1 parent 39df621 commit 5c7422c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,36 +119,36 @@ 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
sleep 10
# cd packages/flet_audio
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_audio
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
# cd packages/flet_audio_recorder
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_audio_recorder
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
# cd packages/flet_lottie
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_lottie
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
# cd packages/flet_rive
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_rive
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
# cd packages/flet_video
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_video
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
# cd packages/flet_webview
# dart pub publish --force || exit 1
# cd $APPVEYOR_BUILD_FOLDER
cd packages/flet_webview
dart pub publish --force || exit 1
cd $APPVEYOR_BUILD_FOLDER
else
Expand Down

0 comments on commit 5c7422c

Please sign in to comment.