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>2020-10-05 12:18:55 +0300
committerLluis Sanchez <llsan@microsoft.com>2020-10-05 12:18:55 +0300
commit95cab370e362ee123cd125b187fb3fd21e5fe7af (patch)
tree4cb444efa39c520b8a3a10f284b0bf1543839d3d
parentd17ef489c0f4c9474a4e67cb52eca3f7ec2ef83c (diff)
Update azure-pipelines.yml for Azure Pipelines
-rw-r--r--azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f678f7b..da9c601 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -8,6 +8,13 @@ variables:
value: DebugNoGui
steps:
+
+- task: NuGetCommand@2
+ inputs:
+ command: 'restore'
+ restoreSolution: 'Mono.Addins.sln'
+ feedsToUse: 'select'
+
- task: MSBuild@1
displayName: 'Build solution Mono.Addins.sln'
inputs: