Skip to content

Commit

Permalink
chore: Classify release job to comply with 1ES standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu authored Nov 27, 2024
1 parent 8ba21ce commit f845479
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 f845479

Please sign in to comment.