File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696# #######################################################################################
9797- job :
9898 displayName : ' Linux | Test'
99- condition : eq(variables['Build.Reason'], 'Schedule')
99+ # condition: eq(variables['Build.Reason'], 'Schedule')
100100
101101 pool :
102102 vmImage : ' ubuntu-18.04'
@@ -150,7 +150,7 @@ jobs:
150150# #######################################################################################
151151- job :
152152 displayName : ' Mac | Test'
153- condition : eq(variables['Build.Reason'], 'Schedule')
153+ # condition: eq(variables['Build.Reason'], 'Schedule')
154154
155155 pool :
156156 vmImage : ' macOS-10.15'
@@ -206,7 +206,7 @@ jobs:
206206# #######################################################################################
207207- job :
208208 displayName : ' Windows | Test'
209- condition : eq(variables['Build.Reason'], 'Schedule')
209+ # condition: eq(variables['Build.Reason'], 'Schedule')
210210 timeoutInMinutes : 180
211211
212212 pool :
You can’t perform that action at this time.
0 commit comments