Procházet zdrojové kódy

Update azure-pipelines.yml for Azure Pipelines

flutter-beta
juliuscanute před 7 roky
rodič
revize
c04e76973a
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      azure-pipelines.yml

+ 4
- 4
azure-pipelines.yml Zobrazit soubor

@@ -17,19 +17,19 @@ pool:
steps:
- script: |
cd example
$(flutterPath)/flutter build ios
$flutterPath/flutter build ios
displayName: 'Test iOS -- Build'
env:
flutterPath: $(flutterPath)
- script: |
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'
env:
flutterPath: $(flutterPath)
- script: |
$(flutterPath)/flutter pub pub publish --dry-run
$flutterPath/flutter pub pub publish --dry-run
displayName: 'Publish -- Dry Run'
env:
flutterPath: $(flutterPath)

Načítá se…
Zrušit
Uložit