Skip to content

Commit 1f90134

Browse files
committed
Pass more parameters through
1 parent ed432aa commit 1f90134

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/stages/dotnet-framework-base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ stages:
3939

4040
- template: /eng/common/templates/stages/dotnet/build-test-publish-repo.yml@self
4141
parameters:
42+
publishConfig: ${{ parameters.publishConfig }}
43+
internalProjectName: ${{ parameters.internalProjectName }}
44+
publicProjectName: ${{ parameters.publicProjectName }}
4245
versionsRepoRef: ${{ parameters.versionsRepoRef }}
4346
sourceBuildPipelineRunId: ${{ parameters.sourceBuildPipelineRunId }}
4447
noCache: ${{ parameters.noCache }}

0 commit comments

Comments
 (0)