Skip to content

Commit

Permalink
Merge pull request #98 from microsoftgraph/secutrity/pipeline-classif…
Browse files Browse the repository at this point in the history
…ication

Security: Adds missing pipeline metadata for security
  • Loading branch information
baywet authored Nov 28, 2024
2 parents 4629275 + e24a38d commit b0022c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,15 @@ 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
artifactName: build-output-$(rid)
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 b0022c8

Please sign in to comment.