Skip to content

Commit

Permalink
Swaps order of UseDotNet 6 tasks (for ESRP) and NBGV set version step…
Browse files Browse the repository at this point in the history
…s (which requires .NET 8) (#738)
  • Loading branch information
gfs authored Feb 18, 2025
1 parent 7b4cc43 commit 71e7a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipelines/asa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ extends:
publishPackageMetadata: true
publishFeedCredentials: 'sdl-oss-nuget-publish'
steps:
- template: nbgv-set-version-steps.yml@templates
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '6.0.x' # ESRP signing currently limited to 6
- template: nbgv-set-version-steps.yml@templates
- task: DownloadPipelineArtifact@2
inputs:
displayName: 'Download linux-mac-archive'
Expand Down

0 comments on commit 71e7a37

Please sign in to comment.