Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 33b9ee6

Browse files
authored
Merge pull request #516 from microsoftgraph/security/pipeline-classification
Security: Adds missing pipeline metadata for security
2 parents 33cccc3 + c1d96f2 commit 33b9ee6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,11 +727,15 @@ extends:
727727
displayName: Upload binaries (GitHub)
728728
# Only upload release if we're building a tag.
729729
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
730+
templateContext:
731+
type: releaseJob
732+
isProduction: true
733+
inputs:
734+
- input: pipelineArtifact
735+
artifactName: build-output-$(rid)
736+
targetPath: $(artifactsDownloadLocation)
730737
steps:
731738
- checkout: none
732-
- task: DownloadPipelineArtifact@2
733-
inputs:
734-
path: $(artifactsDownloadLocation)
735739
- task: GithubRelease@1
736740
displayName: 'Upload Artifacts to GitHub Release'
737741
inputs:

0 commit comments

Comments
 (0)