Skip to content

Commit

Permalink
Merge pull request fsprojects#1708 from AntoineGa/patch-1
Browse files Browse the repository at this point in the history
Update fake-dotnetcore.md
  • Loading branch information
matthid committed Oct 15, 2017
2 parents 9fbe3b8 + 1a233d1 commit ddf4544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions help/markdown/fake-dotnetcore.md
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

0 comments on commit ddf4544

Please sign in to comment.