Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 37f0bfd

Browse files
committed
testing
1 parent 7814d18 commit 37f0bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Platform variables used in multibuild scripts
5050
if [ `uname` == 'Darwin' ]; then
5151
echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]osx"
52-
echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET]10.9"
52+
#echo "##vso[task.setvariable variable=MACOSX_DEPLOYMENT_TARGET]10.9"
5353
else
5454
echo "##vso[task.setvariable variable=TRAVIS_OS_NAME]linux"
5555
fi

0 commit comments

Comments
 (0)