File tree Expand file tree Collapse file tree 2 files changed +43
-43
lines changed
Expand file tree Collapse file tree 2 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -142,31 +142,31 @@ jobs:
142142 msbuildArchitecture : x64
143143 condition : eq(variables['BuildPlatform'], 'x86')
144144
145- - job : BUILD_EXTS
146- displayName : ' Visual Studio 2022 (v143) SHMath and XDSP'
147- cancelTimeoutInMinutes : 1
148- strategy :
149- maxParallel : 2
150- matrix :
151- Release_arm64 :
152- BuildPlatform : ARM64
153- BuildConfiguration : Release
154- Debug_arm64 :
155- BuildPlatform : ARM64
156- BuildConfiguration : Debug
157- Release_x64 :
158- BuildPlatform : x64
159- BuildConfiguration : Release
160- Debug_x64 :
161- BuildPlatform : x64
162- BuildConfiguration : Debug
163- Release_x86 :
164- BuildPlatform : x86
165- BuildConfiguration : Release
166- Debug_x86 :
167- BuildPlatform : x86
168- BuildConfiguration : Debug
169- steps :
145+ - job : BUILD_EXTS
146+ displayName : ' Visual Studio 2022 (v143) SHMath and XDSP'
147+ cancelTimeoutInMinutes : 1
148+ strategy :
149+ maxParallel : 2
150+ matrix :
151+ Release_arm64 :
152+ BuildPlatform : ARM64
153+ BuildConfiguration : Release
154+ Debug_arm64 :
155+ BuildPlatform : ARM64
156+ BuildConfiguration : Debug
157+ Release_x64 :
158+ BuildPlatform : x64
159+ BuildConfiguration : Release
160+ Debug_x64 :
161+ BuildPlatform : x64
162+ BuildConfiguration : Debug
163+ Release_x86 :
164+ BuildPlatform : x86
165+ BuildConfiguration : Release
166+ Debug_x86 :
167+ BuildPlatform : x86
168+ BuildConfiguration : Debug
169+ steps :
170170 - checkout : self
171171 clean : true
172172 fetchTags : false
Original file line number Diff line number Diff line change @@ -168,24 +168,24 @@ jobs:
168168 platform : ' $(BuildPlatform)'
169169 configuration : ' $(BuildConfiguration)'
170170
171- - job : BUILD_LEGACY
172- displayName : ' Visual Studio 2019 (v141) Legacy'
173- strategy :
174- maxParallel : 4
175- matrix :
176- Release_x64 :
177- BuildPlatform : x64
178- BuildConfiguration : Release
179- Debug_x64 :
180- BuildPlatform : x64
181- BuildConfiguration : Debug
182- Release_x86 :
183- BuildPlatform : x86
184- BuildConfiguration : Release
185- Debug_x86 :
186- BuildPlatform : x86
187- BuildConfiguration : Debug
188- steps :
171+ - job : BUILD_LEGACY
172+ displayName : ' Visual Studio 2019 (v141) Legacy'
173+ strategy :
174+ maxParallel : 4
175+ matrix :
176+ Release_x64 :
177+ BuildPlatform : x64
178+ BuildConfiguration : Release
179+ Debug_x64 :
180+ BuildPlatform : x64
181+ BuildConfiguration : Debug
182+ Release_x86 :
183+ BuildPlatform : x86
184+ BuildConfiguration : Release
185+ Debug_x86 :
186+ BuildPlatform : x86
187+ BuildConfiguration : Debug
188+ steps :
189189 - checkout : self
190190 clean : true
191191 fetchTags : false
You can’t perform that action at this time.
0 commit comments