瀏覽代碼

Update azure-pipelines.yml for Azure Pipelines

flutter-beta
juliuscanute 7 年之前
父節點
當前提交
c04e76973a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      azure-pipelines.yml

+ 4
- 4
azure-pipelines.yml 查看文件

@@ -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)

Loading…
取消
儲存