Skip to content

Commit

Permalink
Merge pull request #2751 from microsoftgraph/security/pipeline-classi…
Browse files Browse the repository at this point in the history
…fication

security: adds required pipeline metadata
  • Loading branch information
baywet authored Nov 21, 2024
2 parents 778803a + 181f313 commit bd9aa59
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ extends:
dependsOn: build
jobs:
- deployment: deploy_nuget
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: ReadyForReleasePipeline
targetPath: '$(Pipeline.Workspace)'
pool:
name: Azure-Pipelines-1ESPT-ExDShared
os: windows
Expand All @@ -258,11 +265,6 @@ extends:
inputs:
versionSpec: '>=5.2.0'
checkLatest: true
- task: DownloadPipelineArtifact@2
displayName: Download nupkg from artifacts
inputs:
artifact: ReadyForReleasePipeline
source: current
- task: PowerShell@2
displayName: 'Get Latest Commit SHA from repo'
inputs:
Expand Down

0 comments on commit bd9aa59

Please sign in to comment.