Skip to content

Commit f9bbdca

Browse files
authored
Merge branch 'main' into templates
2 parents 83aba1c + 00b6dbe commit f9bbdca

File tree

508 files changed

+17069
-2341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

508 files changed

+17069
-2341
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ stages:
392392
jobName: Linux_musl_x64_build
393393
jobDisplayName: "Build: Linux Musl x64"
394394
agentOs: Linux
395-
container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
395+
container: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
396396
buildArgs:
397397
--arch x64
398398
--os-name linux-musl
@@ -426,7 +426,7 @@ stages:
426426
jobDisplayName: "Build: Linux Musl ARM"
427427
agentOs: Linux
428428
useHostedUbuntu: false
429-
container: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm-alpine
429+
container: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
430430
buildArgs:
431431
--arch arm
432432
--os-name linux-musl
@@ -459,7 +459,7 @@ stages:
459459
jobDisplayName: "Build: Linux Musl ARM64"
460460
agentOs: Linux
461461
useHostedUbuntu: false
462-
container: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64-alpine
462+
container: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
463463
buildArgs:
464464
--arch arm64
465465
--os-name linux-musl
@@ -629,7 +629,7 @@ stages:
629629
parameters:
630630
platform:
631631
name: 'Managed'
632-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
632+
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64'
633633
buildScript: './eng/build.sh --publish --no-build-repo-tasks $(_PublishArgs) $(_InternalRuntimeDownloadArgs)'
634634
skipPublishValidation: true
635635
jobProperties:

.azure/pipelines/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,8 @@ extends:
125125
tsa:
126126
enabled: true
127127
containers:
128-
alpine319WithNode:
129-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
130-
mariner20CrossArmAlpine:
131-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm-alpine
132-
mariner20CrossArm64Alpine:
133-
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm64-alpine
128+
azureLinux30Net10BuildAmd64:
129+
image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
134130
stages:
135131
- stage: build
136132
displayName: Build
@@ -445,7 +441,7 @@ extends:
445441
jobName: Linux_musl_x64_build
446442
jobDisplayName: "Build: Linux Musl x64"
447443
agentOs: Linux
448-
container: alpine319WithNode
444+
container: azureLinux30Net10BuildAmd64
449445
buildArgs:
450446
--arch x64
451447
--os-name linux-musl
@@ -479,7 +475,7 @@ extends:
479475
jobDisplayName: "Build: Linux Musl ARM"
480476
agentOs: Linux
481477
useHostedUbuntu: false
482-
container: mariner20CrossArmAlpine
478+
container: azureLinux30Net10BuildAmd64
483479
buildArgs:
484480
--arch arm
485481
--os-name linux-musl
@@ -512,7 +508,7 @@ extends:
512508
jobDisplayName: "Build: Linux Musl ARM64"
513509
agentOs: Linux
514510
useHostedUbuntu: false
515-
container: mariner20CrossArm64Alpine
511+
container: azureLinux30Net10BuildAmd64
516512
buildArgs:
517513
--arch arm64
518514
--os-name linux-musl

.azure/pipelines/localization.yml

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,42 @@ parameters:
2525
variables:
2626
- name: _TeamName
2727
value: AspNetCore
28-
- template: /eng/common/templates/variables/pool-providers.yml
29-
30-
jobs:
31-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'Manual'))) }}:
32-
- template: /eng/common/templates/job/onelocbuild.yml
33-
parameters:
34-
CreatePr: ${{ or(ne(variables['Build.Reason'], 'Manual'), eq(parameters.createPr, 'true')) }}
35-
LclPackageId: 'LCL-JUNO-PROD-ASPNETCORE'
36-
LclSource: lclFilesFromPackage
37-
MirrorRepo: aspnetcore
28+
- template: /eng/common/templates-official/variables/pool-providers.yml@self
29+
30+
31+
resources:
32+
repositories:
33+
# Repo: 1ESPipelineTemplates/1ESPipelineTemplates
34+
- repository: 1esPipelines
35+
type: git
36+
name: 1ESPipelineTemplates/1ESPipelineTemplates
37+
ref: refs/tags/release
38+
39+
extends:
40+
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
41+
parameters:
42+
sdl:
43+
sourceAnalysisPool:
44+
name: $(DncEngInternalBuildPool)
45+
image: 1es-windows-2022
46+
os: windows
47+
codeql:
48+
compiled:
49+
enabled: false
50+
justificationForDisabling: "This pipeline doesn't build any code. The product code is already scanned in the main pipeline (aspnetcore-ci)"
51+
pool:
52+
name: $(DncEngInternalBuildPool)
53+
image: 1es-windows-2022
54+
os: windows
55+
56+
stages:
57+
- stage: build
58+
displayName: Build
59+
jobs:
60+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'Manual'))) }}:
61+
- template: /eng/common/templates-official/job/onelocbuild.yml@self
62+
parameters:
63+
CreatePr: ${{ or(ne(variables['Build.Reason'], 'Manual'), eq(parameters.createPr, 'true')) }}
64+
LclPackageId: 'LCL-JUNO-PROD-ASPNETCORE'
65+
LclSource: lclFilesFromPackage
66+
MirrorRepo: aspnetcore

.github/policies/resourceManagement.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Policybot docs live at https://eng.ms/docs/more/github-inside-microsoft/policies/resource-management
12
id:
23
name: GitOps.PullRequestIssueManagement
34
description: GitOps.PullRequestIssueManagement primitive
@@ -377,18 +378,18 @@ configuration:
377378
branch: main
378379
then:
379380
- addMilestone:
380-
milestone: 10.0-preview2
381+
milestone: 10.0-preview3
381382
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
382383
- if:
383384
- payloadType: Pull_Request
384385
- isAction:
385386
action: Closed
386387
- targetsBranch:
387-
branch: release/10.0-preview1
388+
branch: release/10.0-preview2
388389
then:
389390
- removeMilestone
390391
- addMilestone:
391-
milestone: 10.0-preview1
392+
milestone: 10.0-preview2
392393
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
393394
- if:
394395
- payloadType: Issues
@@ -550,7 +551,7 @@ configuration:
550551
then:
551552
- removeMilestone
552553
- addMilestone:
553-
milestone: 9.0.3
554+
milestone: 9.0.4
554555
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0 branch'
555556
- if:
556557
- payloadType: Pull_Request
@@ -561,7 +562,7 @@ configuration:
561562
then:
562563
- removeMilestone
563564
- addMilestone:
564-
milestone: 8.0.14
565+
milestone: 8.0.15
565566
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/8.0 branch'
566567
- if:
567568
- payloadType: Issues

0 commit comments

Comments
 (0)