Skip to content

Commit 861b017

Browse files
committed
Update ci-build-production.yml for Azure Pipelines
1 parent c261799 commit 861b017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/ci-build-production.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extends:
2121
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
2222
parameters:
2323
pool:
24-
name: 1ESPT-Pool-Name-Placeholder
24+
name: Azure-Pipelines-1ESPT-ExDShared
2525
image: windows-latest
2626
os: windows
2727
customBuildTags:
@@ -34,6 +34,7 @@ extends:
3434
outputs:
3535
- output: pipelineArtifact
3636
displayName: 'Publish Artifact: drop'
37+
targetPath: '$(Build.ArtifactStagingDirectory)'
3738
steps:
3839
- checkout: self
3940
displayName: checkout main

0 commit comments

Comments
 (0)