We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778803a + 181f313 commit bd9aa59Copy full SHA for bd9aa59
.azure-pipelines/ci-build.yml
@@ -243,6 +243,13 @@ extends:
243
dependsOn: build
244
jobs:
245
- deployment: deploy_nuget
246
+ templateContext:
247
+ type: releaseJob
248
+ isProduction: true
249
+ inputs:
250
+ - input: pipelineArtifact
251
+ artifactName: ReadyForReleasePipeline
252
+ targetPath: '$(Pipeline.Workspace)'
253
pool:
254
name: Azure-Pipelines-1ESPT-ExDShared
255
os: windows
@@ -258,11 +265,6 @@ extends:
258
265
inputs:
259
266
versionSpec: '>=5.2.0'
260
267
checkLatest: true
261
- - task: DownloadPipelineArtifact@2
262
- displayName: Download nupkg from artifacts
263
- inputs:
264
- artifact: ReadyForReleasePipeline
- source: current
268
- task: PowerShell@2
269
displayName: 'Get Latest Commit SHA from repo'
270
0 commit comments