Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final tidyups for dotnetcore #1600

Merged
merged 10 commits into from
May 4, 2017
Next Next commit
Dont hardcode linksources for linux builds
ryangribble committed May 2, 2017
commit 02644f6f83c830af9c029bf069bec4361a4c8e6b
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -16,4 +16,4 @@ before_script:
script:
- git fetch --unshallow --tags
- dotnet --info
- ./build.sh
- ./build.sh --linksources=true
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ fi

cd build
dotnet restore
dotnet run -- --linkSources=true
dotnet run -- "$@"