We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed432aa commit 1f90134Copy full SHA for 1f90134
eng/pipelines/stages/dotnet-framework-base.yml
@@ -39,6 +39,9 @@ stages:
39
40
- template: /eng/common/templates/stages/dotnet/build-test-publish-repo.yml@self
41
parameters:
42
+ publishConfig: ${{ parameters.publishConfig }}
43
+ internalProjectName: ${{ parameters.internalProjectName }}
44
+ publicProjectName: ${{ parameters.publicProjectName }}
45
versionsRepoRef: ${{ parameters.versionsRepoRef }}
46
sourceBuildPipelineRunId: ${{ parameters.sourceBuildPipelineRunId }}
47
noCache: ${{ parameters.noCache }}
0 commit comments