Last active
February 7, 2020 08:10
-
-
Save RanaRanvijaySingh/b28dde00762adc7c6726073a6b3fdcc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stage('DISTRIBUTE') { | |
steps { | |
appCenter | |
apiToken: 'f51cd29ba6b2d34a84cd99bc37348db77624c614', | |
ownerName: 'ranaranvijaysingh9-gmail.com', | |
appName: 'Flutter-Starter', | |
pathToApp: 'build/app/outputs/apk/debug/app-debug.apk', | |
distributionGroups: 'AlphaTester' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment