@@ -88,13 +88,6 @@ stages:
8888 strategy :
8989 matrix :
9090 ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }} :
91- Build_Ubuntu_14_04_Release_x64 :
92- _BuildConfig : Release
93- _DockerParameter : ' --docker ubuntu.14.04'
94- _LinuxPortable : ' '
95- _RuntimeIdentifier : ' '
96- _BuildArchitecture : ' x64'
97- _DropSuffix : ' '
9891 Build_Ubuntu_16_04_Debug_x64 :
9992 _BuildConfig : Debug
10093 _DockerParameter : ' --docker ubuntu.16.04'
@@ -109,20 +102,6 @@ stages:
109102 _RuntimeIdentifier : ' '
110103 _BuildArchitecture : ' x64'
111104 _DropSuffix : ' '
112- Build_Fedora_27_Debug_x64 :
113- _BuildConfig : Debug
114- _DockerParameter : ' --docker fedora.27'
115- _LinuxPortable : ' --linux-portable'
116- _RuntimeIdentifier : ' '
117- _BuildArchitecture : ' x64'
118- _DropSuffix : ' '
119- Build_Fedora_28_Debug_x64 :
120- _BuildConfig : Debug
121- _DockerParameter : ' --docker fedora.28'
122- _LinuxPortable : ' --linux-portable'
123- _RuntimeIdentifier : ' '
124- _BuildArchitecture : ' x64'
125- _DropSuffix : ' '
126105 Build_Fedora_29_Debug_x64 :
127106 _BuildConfig : Debug
128107 _DockerParameter : ' --docker fedora.29'
@@ -137,7 +116,7 @@ stages:
137116 _RuntimeIdentifier : ' '
138117 _BuildArchitecture : ' x64'
139118 _DropSuffix : ' '
140- Build_Debian_Jessie_Debug_x64 :
119+ Build_Debian_Stretch_Debug_x64 :
141120 _BuildConfig : Debug
142121 _DockerParameter : ' --docker debian'
143122 _LinuxPortable : ' '
@@ -151,13 +130,6 @@ stages:
151130 _RuntimeIdentifier : ' '
152131 _BuildArchitecture : ' x64'
153132 _DropSuffix : ' '
154- Build_Rhel_6_Debug_x64 :
155- _BuildConfig : Debug
156- _DockerParameter : ' --docker rhel.6'
157- _LinuxPortable : ' '
158- _RuntimeIdentifier : ' --runtime-id rhel.6-x64'
159- _BuildArchitecture : ' x64'
160- _DropSuffix : ' '
161133 Build_Arm_Debug :
162134 _BuildConfig : Debug
163135 _DockerParameter : ' '
@@ -208,13 +180,6 @@ stages:
208180 _RuntimeIdentifier : ' --runtime-id linux-arm64'
209181 _BuildArchitecture : ' arm64'
210182 _DropSuffix : ' '
211- Build_Rhel_6_Release_x64 :
212- _BuildConfig : Release
213- _DockerParameter : ' --docker rhel.6'
214- _LinuxPortable : ' '
215- _RuntimeIdentifier : ' --runtime-id rhel.6-x64'
216- _BuildArchitecture : ' x64'
217- _DropSuffix : ' '
218183 Build_Linux_musl_Release_x64 :
219184 _BuildConfig : Release
220185 _DockerParameter : ' --docker alpine.3.6'
0 commit comments