Skip to content

Commit 753ba96

Browse files
committed
dotnet cli hacks for travis 🎆
1 parent 542271f commit 753ba96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ before_install:
1717
- ls /usr/lib/mono/4.5/MSBuild
1818

1919
before_script:
20+
# https://github.com/dotnet/sdk/issues/335
21+
- if test "$TRAVIS_OS_NAME" == "osx"; then export FrameworkPathOverride=/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5/; else export FrameworkPathOverride=/usr/lib/mono/4.5/; fi
2022
- mkdir prism/bin
2123
- export PATH=$PATH:$PWD/prism/bin/
2224
- ./prism/prism.sh

0 commit comments

Comments
 (0)