From 1426aecf6586e33ddb489e06897146caeab87fb1 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 27 Nov 2024 22:59:52 +0300 Subject: [PATCH] Added required metadata for security --- .azure-pipelines/release-cli.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/release-cli.yaml b/.azure-pipelines/release-cli.yaml index eccc381060..3766f6283a 100644 --- a/.azure-pipelines/release-cli.yaml +++ b/.azure-pipelines/release-cli.yaml @@ -727,11 +727,14 @@ 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 + targetPath: $(artifactsDownloadLocation) steps: - checkout: none - - task: DownloadPipelineArtifact@2 - inputs: - path: $(artifactsDownloadLocation) - task: GithubRelease@1 displayName: 'Upload Artifacts to GitHub Release' inputs: