Skip to content

Commit

Permalink
Update jitformat pipeline to .NET 6 (#77511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored Oct 26, 2022
1 parent fb36cce commit 4df6655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/format-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
displayName: 'Install .NET SDK'
inputs:
packageType: 'sdk'
version: '3.x'
version: '6.x'
includePreviewVersions: true
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: $(PythonScript) $(Build.SourcesDirectory)/src/coreclr/scripts/jitformat.py -c $(Build.SourcesDirectory)/src/coreclr -o $(osGroup) -a $(archType)
Expand Down

0 comments on commit 4df6655

Please sign in to comment.