We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fb0b7 commit 59b9f7aCopy full SHA for 59b9f7a
2 files changed
eng/pipelines/dotnet-core.yml
@@ -39,6 +39,7 @@ extends:
39
stages:
40
- template: /eng/docker-tools/templates/stages/dotnet/publish-config-prod.yml@self
41
parameters:
42
+ enableSigning: true
43
sourceBuildPipelineRunId: ${{ parameters.sourceBuildPipelineRunId }}
44
stagesTemplate: /eng/pipelines/stages/build-test-publish-repo.yml@self
45
stagesTemplateParameters:
eng/pipelines/release-staging-official.yml
@@ -50,6 +50,7 @@ extends:
50
51
52
53
54
55
stagesTemplate: /eng/pipelines/stages/build-and-test.yml@self
56
0 commit comments