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

Commit 1426aec

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added required metadata for security
1 parent 33cccc3 commit 1426aec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,11 +727,14 @@ 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+
targetPath: $(artifactsDownloadLocation)
730736
steps:
731737
- checkout: none
732-
- task: DownloadPipelineArtifact@2
733-
inputs:
734-
path: $(artifactsDownloadLocation)
735738
- task: GithubRelease@1
736739
displayName: 'Upload Artifacts to GitHub Release'
737740
inputs:

0 commit comments

Comments
 (0)