diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 7c4a2d64af1..27730a81bec 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -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 @@ -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: