Skip to content

Commit 5b61d34

Browse files
authored
Fix release prep stage (#5036)
1 parent 54ff80e commit 5b61d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: eng/pipelines/prepare-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ stages:
2323
displayName: 'Build Manifest generation and asset publishing tool'
2424
- ${{ elseif and(ne(variables['System.TeamProject'], 'public'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')) }}:
2525
- task: UseDotNet@2
26-
displayName: 'Use .NET Core runtime 6.x'
26+
displayName: 'Use .NET Core runtime 8.x'
2727
inputs:
2828
packageType: runtime
29-
version: 6.x
29+
version: 8.x
3030
installationPath: '$(Build.Repository.LocalPath)\.dotnet'
3131
- template: /eng/common/templates/post-build/setup-maestro-vars.yml
3232

0 commit comments

Comments
 (0)