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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-02-03 18:16:03 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-02-03 18:16:03 +0300
commit4fe9ebf93e62093dd67cd75d1d4d64783411006d (patch)
treeaf05ab1947faabf2054a714221ea19e8f880eb5b
parent77bf75144b8e1a416e94c24897a1684b512413dd (diff)
Update azure-pipelines.yml for Azure Pipelinesdev/lluis/new-build-pipeline
-rw-r--r--azure-pipelines.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 702661c1..c1c3d2cd 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -33,6 +33,13 @@ steps:
version: '6.0.100'
- task: DotNetCoreCLI@2
+ displayName: 'Install macos workload'
+ inputs:
+ command: 'custom'
+ custom: 'workload'
+ arguments: 'install macos'
+
+- task: DotNetCoreCLI@2
displayName: 'Build solution Xwt.sln'
inputs:
command: build