Skip to content

Commit bbeb021

Browse files
authored
Disable android pipeline (#7772)
* Disable android pipeline * Disable creation of emulator
1 parent affe266 commit bbeb021

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/android-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ steps:
6060
echo "Emulator started"
6161
6262
displayName: Creation of emulator for testing
63+
enabled: false
6364

6465
- task: Gradle@2
6566
displayName: gradlew test
67+
enabled: false
6668
inputs:
6769
wrapperScript: source/android/gradlew
6870
cwd: source/android
@@ -75,11 +77,13 @@ steps:
7577
adb shell ls /storage/emulated/0/
7678
adb pull /storage/emulated/0/Screenshots/
7779
displayName: 'Pull screenshots script'
80+
enabled: false
7881
workingDirectory: $(Build.SourcesDirectory)
7982
condition: succeededOrFailed()
8083

8184
- task: PublishBuildArtifacts@1
8285
displayName: 'Publish images from Screeenshots folder'
86+
enabled: false
8387
inputs:
8488
PathtoPublish: '$(build.SourcesDirectory)/Screenshots'
8589
condition: succeededOrFailed()

0 commit comments

Comments
 (0)