diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1713a403..d1a4a56da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' diff --git a/src/MonoTorrent.sln b/src/MonoTorrent.sln index 2b035dc76..064db75db 100644 --- a/src/MonoTorrent.sln +++ b/src/MonoTorrent.sln @@ -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