Skip to content

Commit

Permalink
Adds missing pipeline metadata for security
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Nov 28, 2024
1 parent 4629275 commit ae71c5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,14 @@ extends:
displayName: Upload binaries (GitHub)
# Only upload release if we're building a tag.
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
targetPath: $(artifactsDownloadLocation)
steps:
- checkout: none
- task: DownloadPipelineArtifact@2
inputs:
path: $(artifactsDownloadLocation)
- task: GithubRelease@1
displayName: 'Upload Artifacts to GitHub Release'
inputs:
Expand Down

0 comments on commit ae71c5e

Please sign in to comment.