Skip to content

Commit

Permalink
Add displayNames for each build step
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcgovern committed Jun 30, 2024
1 parent 711137c commit 19d86dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,31 @@ steps:
# Install some versions so tests can run
# Use .NET Core 5.0
- task: UseDotNet@2
displayName: 'Install net3_1_x'
inputs:
packageType: 'runtime'
version: '3.1.x'

- task: UseDotNet@2
displayName: 'Install net5_x'
inputs:
packageType: 'runtime'
version: '5.x'

- task: UseDotNet@2
displayName: 'Install net6_x'
inputs:
packageType: 'runtime'
version: '6.x'

- task: UseDotNet@2
displayName: 'Install net7_x'
inputs:
packageType: 'runtime'
version: '7.x'

- task: UseDotNet@2
displayName: 'Install net8_x'
inputs:
packageType: 'runtime'
version: '8.x'
Expand Down
1 change: 1 addition & 0 deletions src/MonoTorrent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoTorrent.PortForwarding"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B28A9A2-A9AE-4B0E-BD33-38568EA09BCF}"
ProjectSection(SolutionItems) = preProject
..\azure-pipelines.yml = ..\azure-pipelines.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
Expand Down

0 comments on commit 19d86dc

Please sign in to comment.