@@ -42,59 +42,6 @@ variables:
4242 value : $(ADOFeedGUID)
4343
4444jobs :
45- - job : DESKTOP_BUILD
46- displayName : ' Windows Desktop'
47- timeoutInMinutes : 120
48- cancelTimeoutInMinutes : 1
49- strategy :
50- maxParallel : 3
51- matrix :
52- Release_arm64 :
53- BuildPlatform : ARM64
54- BuildConfiguration : Release
55- Debug_arm64 :
56- BuildPlatform : ARM64
57- BuildConfiguration : Debug
58- Release_x64 :
59- BuildPlatform : x64
60- BuildConfiguration : Release
61- Debug_x64 :
62- BuildPlatform : x64
63- BuildConfiguration : Debug
64- Release_x86 :
65- BuildPlatform : x86
66- BuildConfiguration : Release
67- Debug_x86 :
68- BuildPlatform : x86
69- BuildConfiguration : Debug
70- Release_Mixed :
71- BuildPlatform : ' Mixed Platforms'
72- BuildConfiguration : Release
73- Debug_Mixed :
74- BuildPlatform : ' Mixed Platforms'
75- BuildConfiguration : Debug
76- steps :
77- - checkout : self
78- clean : true
79- fetchTags : false
80- - task : VSBuild@1
81- displayName : Build solution DirectXTK_Desktop_2022.sln
82- inputs :
83- solution : DirectXTK_Desktop_2022.sln
84- msbuildArgs : /p:PreferredToolArchitecture=x64
85- platform : ' $(BuildPlatform)'
86- configuration : ' $(BuildConfiguration)'
87- msbuildArchitecture : x64
88- condition : ne(variables['BuildPlatform'], 'ARM64')
89- - task : VSBuild@1
90- displayName : Build solution DirectXTK_Desktop_2022_Win10.sln
91- inputs :
92- solution : DirectXTK_Desktop_2022_Win10.sln
93- msbuildArgs : /p:PreferredToolArchitecture=x64
94- platform : ' $(BuildPlatform)'
95- configuration : ' $(BuildConfiguration)'
96- msbuildArchitecture : x64
97-
9845 - job : UWP_BUILD
9946 displayName : ' Universal Windows Platform (UWP)'
10047 timeoutInMinutes : 120
0 commit comments