We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d18780 commit 969bc8eCopy full SHA for 969bc8e
build/stages/common-steps.yml
@@ -24,10 +24,8 @@ steps:
24
displayName: 'Use mono'
25
inputs:
26
script: |
27
- brew install mono
28
- brew link --overwrite mono
29
- SYMLINK=6.0.0.313
30
- MONOPREFIX=/usr/local/Cellar/mono/$SYMLINK
+ SYMLINK=6.4.0
+ MONOPREFIX=/Library/Frameworks/Mono.framework/Versions/$SYMLINK
31
echo "##vso[task.setvariable variable=DYLD_FALLBACK_LIBRARY_PATH;]$MONOPREFIX/lib:/lib:/usr/lib:$DYLD_LIBRARY_FALLBACK_PATH"
32
echo "##vso[task.setvariable variable=PKG_CONFIG_PATH;]$MONOPREFIX/lib/pkgconfig:$MONOPREFIX/share/pkgconfig:$PKG_CONFIG_PATH"
33
echo "##vso[task.setvariable variable=PATH;]$MONOPREFIX/bin:$PATH"
0 commit comments