File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ extends:
78
78
pwsh : true
79
79
enabled : true
80
80
- powershell : |
81
- dotnet workload install android macos ios maccatalyst
81
+ dotnet workload install android macos ios maccatalyst
82
82
displayName: 'Install needed dotnet workloads'
83
83
- task : DotNetCoreCLI@2
84
84
displayName : ' dotnet restore'
@@ -243,6 +243,13 @@ extends:
243
243
dependsOn : build
244
244
jobs :
245
245
- deployment : deploy_nuget
246
+ templateContext :
247
+ type : releaseJob
248
+ isProduction : true
249
+ inputs :
250
+ - input : pipelineArtifact
251
+ artifactName : ProductionReleaseArtifact
252
+ targetPath : $(Pipeline.Workspace)
246
253
pool :
247
254
name : Azure-Pipelines-1ESPT-ExDShared
248
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 : ProductionReleaseArtifact
265
- source : current
266
268
- task : PowerShell@2
267
269
displayName : ' Get Latest Commit SHA from repo'
268
270
inputs :
@@ -297,4 +299,4 @@ extends:
297
299
assetUploadMode : replace
298
300
assets : |
299
301
!**/**
300
- $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
302
+ $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
You can’t perform that action at this time.
0 commit comments