Commit graph

19 commits

Author SHA1 Message Date
Livar
3af4a78cf1 Removing the old work around for Sierra 2016-10-17 15:25:42 -07:00
Livar
f9aeef6136 Udpate developer guide for building CLI on macOS Sierra
Sierra's rid is osx.10.12-x64, which does not have packages for it. We want to build the CLI for the latest support OSX RID, which is osx.10.11-x64. We can force it to do so by setting DOTNET_RUNTIME_ID environment variable.
2016-10-17 15:24:00 -07:00
Piotr Puszkiewicz
439e733b6e Update CLI developer guide (#4401)
* Update CLI developer guide

* PR Feedback
2016-10-14 10:57:09 -07:00
PiotrP
a7d594049b Remove dotnet-build.tests
This capability is being replaced by MSBuild, and the project.json tests are very long running.
2016-08-10 11:55:56 -07:00
Petr Onderka
6830c15b76 Fixed instructions to compile without tests 2016-07-07 19:16:53 +02:00
Petr Onderka
ebdd0b65af Explain how to speed up building 2016-06-08 14:51:33 +02:00
Petr Onderka
adebb4af6d Corrected path to built dotnet
There is no artifacts\rid\stage2\bin, dotnet is in artifacts\rid\stage2.
2016-05-11 20:28:38 +02:00
Eric Erhardt
d339da09fe Update developer-guide.md to include OpenSSL
OpenSSL is required on OSX in order to use HTTPS, which NuGet uses.
2016-03-25 09:34:08 -05:00
Livar
c934d59492 Merge pull request #1872 from dotnet/run_individual_tests_documentation
Update developer-guide.md by adding instructions on running individual test projects
2016-03-15 16:03:59 -07:00
Zlatko Knezevic
f81ba05a7c Merge pull request #1397 from revlucio/rel/1.0.0
Fixed spelling mistakes in documentation
2016-02-18 14:17:40 -08:00
Eric Erhardt
f298724dc4 Update developer-guide with the correct paths 2016-02-17 16:22:25 -06:00
Luke Elliott
d37f5fad91 Fixed spelling mistakes in documentation 2016-02-16 23:06:32 +00:00
Bryan Thornbury
b8e95a9568 Argument Fowarding Tests should account for newline added by StreamFowarder. Add an entry to developer guide so command developers will use Console.WriteLine. PR feedback and slight refactoring. 2016-02-08 14:19:03 -08:00
piotrp
9a7cab4cda build scripts and md 2016-01-28 10:53:31 -08:00
Piotr Puszkiewicz
f1dc0ff71f Merge pull request #456 from dlech/patch-3
Newline before "For OS X"
2015-12-23 15:00:29 -05:00
Enrico Sada
af82cf7940 typo 2015-12-17 15:16:29 +01:00
David Lechner
02b6deb124 Newline before "For OS X"
Markdown does not render properly without it.
2015-12-09 11:50:48 -06:00
PiotrP
8fa642d424 PR Feedback 2015-12-08 10:54:03 -08:00
Richard Lander
1579a2a5d0 Add contributing info and developer guide 2015-11-17 23:26:58 -08:00