File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11os : Visual Studio 2015
2-
2+
33environment :
44 matrix :
55 - BUILD_PROFILE : ci_part1
Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ if /i '%ARG%' == 'ci' (
141141 set CONF_FSHARPQA_SUITE = Smoke
142142)
143143
144- REM These divide 'ci' into three chunks which can be done in parallel
144+
145+ REM These divide 'ci' into two chunks which can be done in parallel
145146if /i '%ARG% ' == 'ci_part1' (
146147 set BUILD_PROTO = 1
147148 set SKIP_EXPENSIVE_TESTS = 1
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ Misc01 ClrFx\PseudoCustomAttributes\AssemblyAlgorithmId
242242Misc01 ClrFx\PseudoCustomAttributes\AssemblyConfiguration
243243Misc01 ClrFx\PseudoCustomAttributes\AssemblyVersion
244244Misc01 Diagnostics\async
245- Misc01 Diagnostics\General
245+ Misc01,Diagnostics Diagnostics\General
246246Misc01 Diagnostics\NONTERM
247247Misc01 Diagnostics\ParsingAtEOF
248248Misc01 EntryPoint
@@ -277,4 +277,3 @@ Misc02 Stress
277277Misc02 XmlDoc\Basic
278278Misc02 XmlDoc\OCamlDoc
279279Misc02 XmlDoc\UnitOfMeasure
280- Diagnostics Diagnostics\General
You can’t perform that action at this time.
0 commit comments