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

Commit ae71c5e

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Adds missing pipeline metadata for security
1 parent 4629275 commit ae71c5e

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
@@ -732,11 +732,14 @@ 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+
targetPath: $(artifactsDownloadLocation)
735741
steps:
736742
- checkout: none
737-
- task: DownloadPipelineArtifact@2
738-
inputs:
739-
path: $(artifactsDownloadLocation)
740743
- task: GithubRelease@1
741744
displayName: 'Upload Artifacts to GitHub Release'
742745
inputs:

0 commit comments

Comments
 (0)