Skip to content

Commit cbabba5

Browse files
author
Evans Aboge (from Dev Box)
committed
Remove global definition for environment
1 parent 84b0543 commit cbabba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ resources:
3434
extends:
3535
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
3636
parameters:
37-
pool:
38-
name: Azure-Pipelines-1ESPT-ExDShared
39-
image: windows-2022
40-
os: windows
4137
customBuildTags:
4238
- ES365AIMigrationTooling
4339
stages:
4440
- stage: build
4541
jobs:
4642
- job: build
43+
pool:
44+
name: Azure-Pipelines-1ESPT-ExDShared
45+
image: windows-2022
46+
os: windows
4747
templateContext:
4848
outputs:
4949
- output: pipelineArtifact

0 commit comments

Comments
 (0)