Linux Tests rm and macOS mono-libgdiplus

This commit is contained in:
ili101
2019-08-26 22:23:12 +03:00
parent 9458a29a6b
commit 8047631014

View File

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