Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-02-02 14:21:20 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-02-02 14:39:19 +0300
commita1ea7252f5452b4766d17cd982aea8fbc0e4c12a (patch)
tree3ce96fee231c8ecb5edf05a510f5b8e6f59f3438
parentec092c19c5d978f303821cc446b9365be02ee887 (diff)
Install .net 6
-rw-r--r--azure-pipelines.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 63e034c..5c59ddd 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -24,6 +24,17 @@ steps:
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
+- task: UseDotNet@2
+ displayName: 'Install .NET 3.1'
+ inputs:
+ packageType: 'sdk'
+ version: '3.1.413'
+
+- task: UseDotNet@2
+ displayName: 'Install .NET 6'
+ inputs:
+ packageType: 'sdk'
+ version: '6.0.100'
- task: DotNetCoreCLI@2
displayName: 'Build solution Mono.Addins.sln'