Final tidyups for dotnetcore (#1600)

* Dont hardcode linksources for linux builds

* split ConventionTests into their own build task, since this is how it was in FAKE previously

* update contributing doc after change to CAKE

* minor doc updates

* fix bash linksources argument

* remove all these old packages files

* use forward slashes when referring to bash script

* use Target parameter name for the PowerShell build script

* be consistent when referring to PowerShell build script

* Be even moar consistent
This commit is contained in:
Ryan Gribble
2017-05-04 20:32:22 +10:00
committed by GitHub
parent 977148c7df
commit ffdf688e19
355 changed files with 71 additions and 277302 deletions

View File

@@ -8,4 +8,4 @@ fi
cd build
dotnet restore
dotnet run -- --linkSources=true
dotnet run -- "$@"