File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
filename : icu4c/source/allinone/icucheck.bat
60
60
arguments : ' x64 Release'
61
61
# -------------------------------------------------------------------------
62
- - job : ICU4C_MSVC_x86_Release
63
- displayName : ' C: MSVC 32-bit Release (VS 2017)'
64
- timeoutInMinutes : 30
62
+ - job : ICU4C_MSVC_x86_Debug
63
+ displayName : ' C: MSVC 32-bit Debug (VS 2017)'
64
+ timeoutInMinutes : 45
65
65
pool :
66
66
vmImage : ' vs2017-win2016'
67
67
demands :
@@ -74,12 +74,12 @@ jobs:
74
74
inputs :
75
75
solution : icu4c/source/allinone/allinone.sln
76
76
platform : Win32
77
- configuration : Release
77
+ configuration : Debug
78
78
- task : BatchScript@1
79
79
displayName : ' Run Tests (icucheck.bat)'
80
80
inputs :
81
81
filename : icu4c/source/allinone/icucheck.bat
82
- arguments : ' x86 Release '
82
+ arguments : ' x86 Debug '
83
83
# -------------------------------------------------------------------------
84
84
# Using a manual install of Python 3, until the vs2015 image has it
85
85
# by default.
You can’t perform that action at this time.
0 commit comments