Skip to content

Commit f988137

Browse files
committed
Fixup
1 parent 70d225b commit f988137

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.azure/pipelines/localization.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ extends:
4141
parameters:
4242
sdl:
4343
sourceAnalysisPool:
44-
name: NetCore1ESPool-Svc-Internal
44+
name: $(DncEngInternalBuildPool)
4545
image: 1es-windows-2022
4646
os: windows
4747
codeql:
4848
compiled:
4949
enabled: false
5050
justificationForDisabling: 'This is a test-only pipeline. The same product code is already scanned in the main pipeline (aspnetcore-ci)'
51+
pool:
52+
name: $(DncEngInternalBuildPool)
53+
image: 1es-windows-2022
54+
os: windows
5155

5256
stages:
5357
- stage: build
@@ -56,7 +60,6 @@ extends:
5660
- ${{ if and(ne(variables['System.TeamProject'], 'public'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), eq(variables['Build.Reason'], 'Manual'))) }}:
5761
- template: /eng/common/templates-official/job/onelocbuild.yml@self
5862
parameters:
59-
agentOs: Windows
6063
CreatePr: ${{ or(ne(variables['Build.Reason'], 'Manual'), eq(parameters.createPr, 'true')) }}
6164
LclPackageId: 'LCL-JUNO-PROD-ASPNETCORE'
6265
LclSource: lclFilesFromPackage

0 commit comments

Comments
 (0)