Skip to content

Commit 969bc8e

Browse files
committed
(build) update mono to v 6.4.0
1 parent 9d18780 commit 969bc8e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/stages/common-steps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ steps:
2424
displayName: 'Use mono'
2525
inputs:
2626
script: |
27-
brew install mono
28-
brew link --overwrite mono
29-
SYMLINK=6.0.0.313
30-
MONOPREFIX=/usr/local/Cellar/mono/$SYMLINK
27+
SYMLINK=6.4.0
28+
MONOPREFIX=/Library/Frameworks/Mono.framework/Versions/$SYMLINK
3129
echo "##vso[task.setvariable variable=DYLD_FALLBACK_LIBRARY_PATH;]$MONOPREFIX/lib:/lib:/usr/lib:$DYLD_LIBRARY_FALLBACK_PATH"
3230
echo "##vso[task.setvariable variable=PKG_CONFIG_PATH;]$MONOPREFIX/lib/pkgconfig:$MONOPREFIX/share/pkgconfig:$PKG_CONFIG_PATH"
3331
echo "##vso[task.setvariable variable=PATH;]$MONOPREFIX/bin:$PATH"

0 commit comments

Comments
 (0)