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

Update fake-dotnetcore.md #1708

Merged
merged 1 commit into from
Oct 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions help/markdown/fake-dotnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ See [Fake command line](fake-commandline.html)

## Buildserver support

AppVeyor: https://github.com/fsharp/FAKE/blob/master/appveyor.yml
Travis: https://github.com/fsharp/FAKE/blob/master/.travis.yml
AppVeyor: [https://github.com/fsharp/FAKE/blob/master/appveyor.yml](https://github.com/fsharp/FAKE/blob/master/appveyor.yml)
Travis: [https://github.com/fsharp/FAKE/blob/master/.travis.yml](https://github.com/fsharp/FAKE/blob/master/.travis.yml)

## Why?

Expand Down Expand Up @@ -65,7 +65,7 @@ The disadvantage is that you need to have a dotnet sdk installed.

## Examples

- See https://github.com/fsharp/FAKE/blob/master/build.fsx
- See [https://github.com/fsharp/FAKE/blob/master/build.fsx](https://github.com/fsharp/FAKE/blob/master/build.fsx)
Note that with the "new" API you should call the modules directly instead of opening them.
Therefore this example is actually pretty bad because it just opened everything (for minimal diff to the "normal" build.fsx)

Expand Down