File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,11 @@ steps:
60
60
echo "Emulator started"
61
61
62
62
displayName : Creation of emulator for testing
63
+ enabled : false
63
64
64
65
- task : Gradle@2
65
66
displayName : gradlew test
67
+ enabled : false
66
68
inputs :
67
69
wrapperScript : source/android/gradlew
68
70
cwd : source/android
@@ -75,11 +77,13 @@ steps:
75
77
adb shell ls /storage/emulated/0/
76
78
adb pull /storage/emulated/0/Screenshots/
77
79
displayName : ' Pull screenshots script'
80
+ enabled : false
78
81
workingDirectory : $(Build.SourcesDirectory)
79
82
condition : succeededOrFailed()
80
83
81
84
- task : PublishBuildArtifacts@1
82
85
displayName : ' Publish images from Screeenshots folder'
86
+ enabled : false
83
87
inputs :
84
88
PathtoPublish : ' $(build.SourcesDirectory)/Screenshots'
85
89
condition : succeededOrFailed()
You can’t perform that action at this time.
0 commit comments