Skip to content

Commit

Permalink
Merge pull request #938 from microsoftgraph/chore/release-pipeline-co…
Browse files Browse the repository at this point in the history
…mpliance

chore: Classify release job to comply with 1ES standard
  • Loading branch information
baywet authored Nov 28, 2024
2 parents b244a14 + 990731b commit 756ff7a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,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 @@ -272,11 +279,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 756ff7a

Please sign in to comment.