Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ef79caf

Browse files
authored
Disable UAP official builds (#26871)
1 parent 0995ed1 commit ef79caf

File tree

1 file changed

+0
-116
lines changed

1 file changed

+0
-116
lines changed

buildpipeline/pipeline.json

Lines changed: 0 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -179,122 +179,6 @@
179179
"SubType": "netcoreapp"
180180
}
181181
},
182-
{
183-
"Name": "DotNet-CoreFx-Trusted-Windows",
184-
"Parameters": {
185-
"PB_Platform": "arm",
186-
"PB_BuildArguments": "-framework=uap -buildArch=arm -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10",
187-
"PB_BuildTestsArguments": "-framework=uap -buildArch=arm -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
188-
"PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uap /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
189-
"PB_TargetQueue": "Windows.10.Arm64",
190-
"PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uap /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/uwp/\""
191-
},
192-
"ReportingParameters": {
193-
"OperatingSystem": "Windows",
194-
"Type": "build/product/",
195-
"Platform": "arm",
196-
"SubType": "uap"
197-
}
198-
},
199-
{
200-
"Name": "DotNet-CoreFx-Trusted-Windows",
201-
"Parameters": {
202-
"PB_Platform": "x64",
203-
"PB_BuildArguments": "-framework=uap -buildArch=x64 -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10",
204-
"PB_BuildTestsArguments": "-framework=uap -buildArch=x64 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
205-
"PB_SyncArguments": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10 /p:TargetGroup=uap /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
206-
"PB_TargetQueue": "Windows.10.Amd64.ClientRS3",
207-
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:TargetGroup=uap /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/uwp/\""
208-
},
209-
"ReportingParameters": {
210-
"OperatingSystem": "Windows",
211-
"Type": "build/product/",
212-
"Platform": "x64",
213-
"SubType": "uap"
214-
}
215-
},
216-
{
217-
"Name": "DotNet-CoreFx-Trusted-Windows",
218-
"Parameters": {
219-
"PB_Platform": "x86",
220-
"PB_BuildArguments": "-framework=uap -buildArch=x86 -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10",
221-
"PB_BuildTestsArguments": "-framework=uap -buildArch=x86 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
222-
"PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10 /p:TargetGroup=uap /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
223-
"PB_TargetQueue": "Windows.10.Amd64.ClientRS3",
224-
"PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:TargetGroup=uap /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/uwp/\""
225-
},
226-
"ReportingParameters": {
227-
"OperatingSystem": "Windows",
228-
"Type": "build/product/",
229-
"Platform": "x86",
230-
"SubType": "uap"
231-
}
232-
},
233-
{
234-
"Name": "DotNet-CoreFx-Trusted-Windows",
235-
"Parameters": {
236-
"PB_Platform": "arm",
237-
"PB_BuildArguments": "-framework=uapaot -buildArch=arm -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
238-
"PB_BuildTestsArguments": "-framework=uapaot -buildArch=arm -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
239-
"PB_SyncArguments": "-p -- /p:ArchGroup=arm /p:RuntimeOS=win10 /p:TargetGroup=uapaot /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
240-
"PB_TargetQueue": "Windows.10.Amd64",
241-
"PB_CreateHelixArguments": "/p:ArchGroup=arm /p:TargetGroup=uapaot /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:SecondaryQueue=Windows.10.Arm64 /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
242-
},
243-
"ReportingParameters": {
244-
"OperatingSystem": "Windows",
245-
"Type": "build/product/",
246-
"Platform": "arm",
247-
"SubType": "uapaot"
248-
}
249-
},
250-
{
251-
"Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
252-
"Parameters": {
253-
"PB_Platform": "arm64",
254-
"PB_BuildArguments": "-framework=uapaot -buildArch=arm64 -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
255-
"PB_SyncArguments": "-p -- /p:ArchGroup=arm64 /p:RuntimeOS=win10 /p:TargetGroup=uapaot /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
256-
},
257-
"ReportingParameters": {
258-
"OperatingSystem": "Windows",
259-
"Type": "build/product/",
260-
"Platform": "arm64",
261-
"SubType": "uapaot"
262-
}
263-
},
264-
{
265-
"Name": "DotNet-CoreFx-Trusted-Windows",
266-
"Parameters": {
267-
"PB_Platform": "x64",
268-
"PB_BuildArguments": "-framework=uapaot -buildArch=x64 -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
269-
"PB_BuildTestsArguments": "-framework=uapaot -buildArch=x64 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
270-
"PB_SyncArguments": "-p -- /p:ArchGroup=x64 /p:RuntimeOS=win10 /p:TargetGroup=uapaot /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
271-
"PB_TargetQueue": "Windows.10.Amd64.ClientRS3",
272-
"PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:TargetGroup=uapaot /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
273-
},
274-
"ReportingParameters": {
275-
"OperatingSystem": "Windows",
276-
"Type": "build/product/",
277-
"Platform": "x64",
278-
"SubType": "uapaot"
279-
}
280-
},
281-
{
282-
"Name": "DotNet-CoreFx-Trusted-Windows",
283-
"Parameters": {
284-
"PB_Platform": "x86",
285-
"PB_BuildArguments": "-framework=uapaot -buildArch=x86 -$(PB_ConfigurationGroup) -- /p:SignType=$(PB_SignType) /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
286-
"PB_BuildTestsArguments": "-framework=uapaot -buildArch=x86 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -- /p:RuntimeOS=win10 /p:ArchiveTests=true",
287-
"PB_SyncArguments": "-p -- /p:ArchGroup=x86 /p:RuntimeOS=win10 /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
288-
"PB_TargetQueue": "Windows.10.Amd64.ClientRS3",
289-
"PB_CreateHelixArguments": "/p:ArchGroup=x86 /p:TargetGroup=uapaot /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Windows_NT /p:\"HelixJobType=test/functional/ilc/\""
290-
},
291-
"ReportingParameters": {
292-
"OperatingSystem": "Windows",
293-
"Type": "build/product/",
294-
"Platform": "x86",
295-
"SubType": "uapaot"
296-
}
297-
},
298182
{
299183
"Name": "DotNet-CoreFx-Trusted-Windows-NoTest",
300184
"Parameters": {

0 commit comments

Comments
 (0)