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 b244a14 + 990731b commit 756ff7aCopy full SHA for 756ff7a
pipelines/ci-build.yml
@@ -257,6 +257,13 @@ extends:
257
dependsOn: build
258
jobs:
259
- deployment: deploy_nuget
260
+ templateContext:
261
+ type: releaseJob
262
+ isProduction: true
263
+ inputs:
264
+ - input: pipelineArtifact
265
+ artifactName: ReadyForReleasePipeline
266
+ targetPath: $(Pipeline.Workspace)
267
pool:
268
name: Azure-Pipelines-1ESPT-ExDShared
269
os: windows
@@ -272,11 +279,6 @@ extends:
272
279
inputs:
273
280
versionSpec: '>=5.2.0'
274
281
checkLatest: true
275
- - task: DownloadPipelineArtifact@2
276
- displayName: Download nupkg from artifacts
277
- inputs:
278
- artifact: ReadyForReleasePipeline
- source: current
282
- task: PowerShell@2
283
displayName: 'Get Latest Commit SHA from repo'
284
0 commit comments