From 8047631014e44b459600bfdef912bf0e5e4947f8 Mon Sep 17 00:00:00 2001 From: ili101 Date: Mon, 26 Aug 2019 22:23:12 +0300 Subject: [PATCH] Linux Tests rm and macOS mono-libgdiplus --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c8ff6c8..c125bce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -79,6 +79,8 @@ jobs: vmImage: 'macOS-latest' steps: + - script: brew install mono-libgdiplus + displayName: 'Install mono-libgdiplus' - powershell: 'Install-Module -Name Pester -Force' displayName: 'Update Pester' - powershell: './__tests__/CI.ps1 -Test'