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

Commit b0022c8

Browse files
authored
Merge pull request #98 from microsoftgraph/secutrity/pipeline-classification
Security: Adds missing pipeline metadata for security
2 parents 4629275 + e24a38d commit b0022c8

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
@@ -732,11 +732,15 @@ extends:
732732
displayName: Upload binaries (GitHub)
733733
# Only upload release if we're building a tag.
734734
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
735+
templateContext:
736+
type: releaseJob
737+
isProduction: true
738+
inputs:
739+
- input: pipelineArtifact
740+
artifactName: build-output-$(rid)
741+
targetPath: $(artifactsDownloadLocation)
735742
steps:
736743
- checkout: none
737-
- task: DownloadPipelineArtifact@2
738-
inputs:
739-
path: $(artifactsDownloadLocation)
740744
- task: GithubRelease@1
741745
displayName: 'Upload Artifacts to GitHub Release'
742746
inputs:

0 commit comments

Comments
 (0)