Skip to content

Commit bd9aa59

Browse files
authored
Merge pull request #2751 from microsoftgraph/security/pipeline-classification
security: adds required pipeline metadata
2 parents 778803a + 181f313 commit bd9aa59

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ extends:
243243
dependsOn: build
244244
jobs:
245245
- deployment: deploy_nuget
246+
templateContext:
247+
type: releaseJob
248+
isProduction: true
249+
inputs:
250+
- input: pipelineArtifact
251+
artifactName: ReadyForReleasePipeline
252+
targetPath: '$(Pipeline.Workspace)'
246253
pool:
247254
name: Azure-Pipelines-1ESPT-ExDShared
248255
os: windows
@@ -258,11 +265,6 @@ extends:
258265
inputs:
259266
versionSpec: '>=5.2.0'
260267
checkLatest: true
261-
- task: DownloadPipelineArtifact@2
262-
displayName: Download nupkg from artifacts
263-
inputs:
264-
artifact: ReadyForReleasePipeline
265-
source: current
266268
- task: PowerShell@2
267269
displayName: 'Get Latest Commit SHA from repo'
268270
inputs:

0 commit comments

Comments
 (0)