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:
-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'