Skip to content

Commit

Permalink
chore: add prev dotnet sdk to release pipeline (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored Mar 15, 2024
1 parent 771944e commit cb43c01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ stages:
pool:
vmImage: '$(Vm.Image)'
steps:
- task: UseDotNet@2
displayName: 'Import .NET Core SDK ($(DotNet.Sdk.PreviousVersion))'
inputs:
packageType: 'sdk'
version: '$(DotNet.Sdk.PreviousVersion)'
includePreviewVersions: $(DotNet.Sdk.IncludePreviewVersions)
- template: build/build-solution.yml@templates
parameters:
dotnetSdkVersion: '$(DotNet.Sdk.Version)'
Expand Down

0 comments on commit cb43c01

Please sign in to comment.