Double check the version of mac and xcode

This commit is contained in:
Mazen El-Kashef
2020-02-25 02:00:17 -05:00
parent 056dafd45f
commit a534190de7
2 changed files with 7 additions and 1 deletions

View File

@@ -9,4 +9,4 @@
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
</plist>

View File

@@ -12,6 +12,12 @@ jobs:
vmImage: macos-10.14
steps:
- task: Check MacOs version
- script: sw_vers -productVersion
- task: Check XCode version
- script: gcc --version
- task: NodeTool@0
inputs:
versionSpec: 10.2.1