Skip to content

Commit

Permalink
Merge pull request dotnet#9394 from dotnet/MiYanni-patch-1
Browse files Browse the repository at this point in the history
Add Sign task reference link to build-official-release.yml
  • Loading branch information
drewnoakes authored Feb 10, 2024
2 parents c83a0d7 + 66b2f5b commit c87ea1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/build-official-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
condition: false

# Necessary for signing the assemblies and packages.
# YAML reference: https://devdiv.visualstudio.com/Engineering/_git/MicroBuild?path=/src/Tasks/SigningPlugin/task.json
- task: MicroBuildSigningPlugin@4
displayName: Install Signing Plugin
inputs:
Expand Down Expand Up @@ -222,4 +223,4 @@ jobs:
- publish: $(Build.StagingDirectory)
displayName: Publish Staging Artifacts
artifact: Staging
condition: succeededOrFailed()
condition: succeededOrFailed()

0 comments on commit c87ea1e

Please sign in to comment.