소스 검색

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)

불러오는 중...
취소
저장