We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5c3f commit f5677e9Copy full SHA for f5677e9
1 file changed
eng/pipelines/stages/build-test-publish-repo.yml
@@ -17,4 +17,7 @@ stages:
17
${{ insert }}: ${{ parameters }}
18
- template: /eng/pipelines/stages/publish.yml@self
19
parameters:
20
- ${{ insert }}: ${{ parameters }}
+ internalProjectName: ${{ parameters.internalProjectName }}
21
+ publicProjectName: ${{ parameters.publicProjectName }}
22
+ linuxAmd64Pool: ${{ parameters.linuxAmd64Pool }}
23
+ isInternalServicingValidation: ${{ parameters.isInternalServicingValidation }}
0 commit comments