Skip to content

Commit 71e7a37

Browse files
authored
Swaps order of UseDotNet 6 tasks (for ESRP) and NBGV set version steps (which requires .NET 8) (#738)
1 parent 7b4cc43 commit 71e7a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipelines/asa-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ extends:
110110
publishPackageMetadata: true
111111
publishFeedCredentials: 'sdl-oss-nuget-publish'
112112
steps:
113+
- template: nbgv-set-version-steps.yml@templates
113114
- task: UseDotNet@2
114115
inputs:
115116
packageType: 'sdk'
116117
version: '6.0.x' # ESRP signing currently limited to 6
117-
- template: nbgv-set-version-steps.yml@templates
118118
- task: DownloadPipelineArtifact@2
119119
inputs:
120120
displayName: 'Download linux-mac-archive'

0 commit comments

Comments
 (0)