Skip to content

Commit

Permalink
Fix release prep stage (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 authored Oct 31, 2024
1 parent 54ff80e commit 5b61d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ stages:
displayName: 'Build Manifest generation and asset publishing tool'
- ${{ elseif and(ne(variables['System.TeamProject'], 'public'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/')) }}:
- task: UseDotNet@2
displayName: 'Use .NET Core runtime 6.x'
displayName: 'Use .NET Core runtime 8.x'
inputs:
packageType: runtime
version: 6.x
version: 8.x
installationPath: '$(Build.Repository.LocalPath)\.dotnet'
- template: /eng/common/templates/post-build/setup-maestro-vars.yml

Expand Down

0 comments on commit 5b61d34

Please sign in to comment.