| @@ -17,19 +17,19 @@ pool: | |||||
| steps: | steps: | ||||
| - script: | | - script: | | ||||
| cd example | cd example | ||||
| $(flutterPath)/flutter build ios | |||||
| $flutterPath/flutter build ios | |||||
| displayName: 'Test iOS -- Build' | displayName: 'Test iOS -- Build' | ||||
| env: | env: | ||||
| flutterPath: $(flutterPath) | flutterPath: $(flutterPath) | ||||
| - script: | | - script: | | ||||
| cd example | cd example | ||||
| $(flutterPath)/flutter packages get | |||||
| $(flutterPath)/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi | |||||
| $flutterPath/flutter packages get | |||||
| $flutterPath/flutter build apk --target-platform android-arm,android-arm64 --split-per-abi | |||||
| displayName: 'Test Android -- Build' | displayName: 'Test Android -- Build' | ||||
| env: | env: | ||||
| flutterPath: $(flutterPath) | flutterPath: $(flutterPath) | ||||
| - script: | | - script: | | ||||
| $(flutterPath)/flutter pub pub publish --dry-run | |||||
| $flutterPath/flutter pub pub publish --dry-run | |||||
| displayName: 'Publish -- Dry Run' | displayName: 'Publish -- Dry Run' | ||||
| env: | env: | ||||
| flutterPath: $(flutterPath) | flutterPath: $(flutterPath) | ||||