File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,22 @@ parameters:
10
10
- name : BuildConfigurations
11
11
type : object
12
12
default : [Release, Debug]
13
+ displayName : Windows Build Configurations
13
14
14
15
- name : BuildPlatforms
15
16
type : object
16
17
default : [x64, x86, arm64]
18
+ displayName : Windows Build Platforms
19
+
20
+ - name : LinuxBuildConfigurations
21
+ type : object
22
+ default : [Release, Debug]
23
+ displayName : Linux Build Configurations
24
+
25
+ - name : LinuxBuildPlatforms
26
+ type : object
27
+ default : [x64]
28
+ displayName : Linux Build Platforms
17
29
18
30
resources :
19
31
repositories :
@@ -27,4 +39,6 @@ extends:
27
39
parameters :
28
40
BuildConfigurations : ${{parameters.BuildConfigurations}}
29
41
BuildPlatforms : ${{parameters.BuildPlatforms}}
42
+ LinuxBuildConfigurations : ${{parameters.LinuxBuildConfigurations}}
43
+ LinuxBuildPlatforms : ${{parameters.LinuxBuildPlatforms}}
30
44
StatusEmail : $(StatusEmail)
You can’t perform that action at this time.
0 commit comments