Eric Erhardt
fc73287c53
Merge pull request #3789 from cartermp/fs-update
...
Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
2016-07-12 13:45:43 -05:00
Livar
ec7fc0fc2d
Merge pull request #3822 from csMACnz/patch-1
...
Fix typo in `Avaiable` for `dotnet new --type` error output
2016-07-11 10:13:52 -07:00
Eric Erhardt
fa59167974
Merge pull request #3794 from freefair/rel/1.0.0
...
Fixed bug in build process with ReadOnly file flag
2016-07-11 09:25:21 -05:00
Mark Clearwater
6df15c341a
Fix typo in Avaiable
...
* Should be Available
2016-07-09 19:10:54 +01:00
Livar
d4193cd5c1
Merge pull request #3808 from livarcocc/no_forward_std_err_out
...
Removing ForwardStdOut and ForwardStdErr from a couple of extra places
2016-07-08 13:50:12 -07:00
Livar
dedf3f981e
Merge pull request #3806 from svick/patch-5
...
Fixed instructions to compile without tests
2016-07-07 16:18:33 -07:00
Livar Cunha
17ef19e788
Removing ForwardStdOut and ForwardStdErr from the ConsoleTestRunner and from dotnet verbs that are not built-in. BuiltIn verbs were already not using it.
2016-07-07 14:51:35 -07:00
cartermp
fd1da95522
Don't print arguments in F# console app
2016-07-07 14:00:42 -07:00
Petr Onderka
6830c15b76
Fixed instructions to compile without tests
2016-07-07 19:16:53 +02:00
Dennis Fricke
38f75fd5c5
Update LibraryExporterExtensions.cs
...
- removed space
| moved method below StructuredCopyTo
2016-07-07 15:16:10 +02:00
Dennis Fricke
2084a099b8
Update LibraryExporterExtensions.cs
...
tabs -> spaces
2016-07-06 16:55:35 +02:00
Dennis Fricke
f769f9ea1c
Update LibraryExporterExtensions.cs
2016-07-06 16:12:13 +02:00
cartermp
51e7ab465b
Update F# dotnet-new templates for Preview 2 (Enrico Sada rebase)
...
This updates the F# templates for dotnet-new to be compatible with Preview 2.
2016-07-05 21:38:12 -07:00
Eric Erhardt
2aa07efa10
Merge pull request #3731 from kloun/patch-1
...
del duplicate newline
2016-07-01 10:59:01 -05:00
Michael Simons
f44a971753
Merge pull request #3748 from MichaelSimons/versionBadgeClip
...
Updated version badge so it is readable with the current version numbers
2016-06-30 15:34:40 -05:00
Michael Simons (VISUAL STUDIO)
bfcf73cfcd
Updated the version badge so that it is readable with the current version numbers
2016-06-30 13:42:35 -05:00
kloun
1706eb19f9
del duplicate newline
2016-06-29 23:54:31 +03:00
Piotr Puszkiewicz
d6849c2fa1
Piotrp msft/3628 rebase ( #3694 )
...
* fix typo
* doc
2016-06-28 16:29:36 -07:00
Zlatko Knezevic
da57475105
Update README.md ( #3709 )
...
* Update README.md
Fixing documentation links to point to actual (new) docs.
2016-06-27 15:48:49 -07:00
Rich Lander
f3a573beef
Update README.md
2016-06-27 11:55:38 -07:00
Petr Onderka
f811069898
Fixed OutputPath in Configurer xproj ( #3685 )
...
This is required for building in VS.
2016-06-24 11:10:58 -07:00
Petr Onderka
c5d68ac0b0
Don't use black color in the console ( #3687 )
...
In the standard white text on black background console,
text printed like this is invisible.
2016-06-24 11:08:28 -07:00
Eric Erhardt
42de19bc64
Merge pull request #3686 from eerhardt/FixReadMe
...
Fix the broken .NET Core Installer and Binaries links on README.
2016-06-23 15:43:55 -05:00
Eric Erhardt
452c7027e2
Fix the broken .NET Core Installer and Binaries links on README.
2016-06-23 15:23:39 -05:00
Eric Erhardt
65938bac5b
Merge pull request #3682 from eerhardt/dotnet-install
...
Clean up for new Azure Publish layout
2016-06-23 14:00:46 -05:00
Eric Erhardt
5a3a2a1a6c
Fix the README with the correct links.
...
- fix the build status badges (some were pointing to rel/1.0.0-preview2 builds)
- fix the version badges and installer links given the new publish layout.
2016-06-22 22:46:14 -05:00
Eric Erhardt
d88546e523
Fix the FinalizeBuild publish artifacts.
...
There was a mix-up in the trailing slashes, causing assets to go into an unnamed folder.
2016-06-22 22:46:14 -05:00
Eric Erhardt
ba1715b8a6
Fix dotnet-install for the new Azure Publish layout.
2016-06-22 22:46:13 -05:00
Petr Onderka
63846c5751
Added valid --type values to dotnet help new ( #3644 )
...
Used approach that ensures valid values for --lang and --type
in dotnet help new are always up to date.
2016-06-22 15:20:40 -07:00
Petr Onderka
90b7617dc5
Fixed links in dotnet READMEs ( #3642 )
...
Also renamed dotnet-test README for consistency.
2016-06-22 15:19:10 -07:00
Piotr Puszkiewicz
9d01e3bc2e
Merge rel/1.0.0-preview2 to rel/1.0.0 ( #3677 )
...
* Update README.md
* Moving Ubuntu 16.04 to be next to Ubuntu 14.04
* Adding Oracle Linux and Linux Mint to the titles
Adding Oracle Linux and Linux Mint to the titles next to their compatible binaries.
* Remove showing firsttime eula for non verbs.
* Add Serviceable assembly attribute and nuspec attributes for all shipping CLI assemblies.
Fix #3345
* Use NugetCache Sentinel for Telemetry setting.
* Fix Oracle Linux version in README.md
Oracle Linux 7 -> Oracle Linux 7.1
* Fix README to use hostfxr download links (#3622 )
Also fix a rebase error from b524fd079e6dcdd744faeb6061ccbfe99d1f810f#diff-04c6e90faac2675aa89e2176d2eec7d8
* Remove the VS2012 CRT dependency from docs (#3632 )
* fix typo in dotnet-install file
This was needed to rebuild the CLI with the updated Roslyn NuGet packages.
Thanks goes to @akoken for the fix.
2016-06-22 15:17:54 -07:00
Eric Erhardt
17e6667d9f
Merge pull request #3678 from eerhardt/FixPublish
...
Fixing AzurePublisher to upload files to the correct URL.
2016-06-22 16:38:06 -05:00
Eric Erhardt
aafc700d73
Fixing AzurePublisher to upload files to the correct URL.
...
Previously it was duplicating the full URL inside of the blob container.
2016-06-22 15:54:07 -05:00
Eric Erhardt
349c409ed2
Merge pull request #3673 from eerhardt/CodeOfConduct
...
Add Code of Conduct details to README.md
2016-06-22 13:18:48 -05:00
Eric Erhardt
3ad996f0f8
Add Code of Conduct details to README.md
2016-06-22 11:29:08 -05:00
Eric Erhardt
5b2615766b
Merge pull request #3669 from eerhardt/publish
...
Fixing up build publishing to be more organized
2016-06-21 23:50:38 -05:00
Eric Erhardt
80332c8fc3
Port https://github.com/dotnet/core-setup/pull/168 to CLI.
2016-06-21 19:18:48 -05:00
Eric Erhardt
4f1d9c4e23
Fixing up build publishing to be more organized
...
Partly fixes #3120 by organizing the output files in blob storage according to the design in the bug
2016-06-21 17:21:04 -05:00
Senthil
1532a9d8b3
Change rollForward to applyPatches ( #3667 )
2016-06-21 14:35:17 -07:00
Zlatko Knezevic
7f9c510247
Moving certain documents to the dotnet/core repo ( #3660 )
...
* Moving certain documents to the dotnet/core repo
Moving the following documents to the dotnet/core repo, to make maintenance easier and also to keep all of the various support documents for .NET Core all-up in the same place.
The documents changed:
* supported-os-matrix.md
* known-issues.md
* cli-prerequisites.md
Also editing the README.md document to point to the new repo and its documents where needed.
2016-06-21 09:48:15 -07:00
Senthil
c160c8256a
Fix hostfxr download link in README.md ( #3654 )
2016-06-20 18:22:33 -07:00
Eric Erhardt
04f40f906d
Merge pull request #3472 from svick/master-branch-links
...
Fixed broken links pointing to master branch
2016-06-17 14:35:30 -05:00
Troy Dai
c321323dff
Merge pull request #3308 from dotnet/troy-2995
...
Fix dependencies type changes scenario in project model server.
2016-06-16 10:32:59 -07:00
Petr Onderka
90d32ab3de
Fixed broken links pointing to master branch
2016-06-16 18:37:26 +02:00
Eric StJohn
56ca4285f9
Merge pull request #3604 from ericstj/archiveNoCopy-1.0
...
Archiver should not keep files Open
2016-06-16 09:00:43 -07:00
Troy Dai
b3f67b5bef
Update parameter names
2016-06-15 23:25:06 -07:00
Troy Dai
fc370bee6d
Clean up comments in DthTests
2016-06-15 23:24:03 -07:00
Troy Dai
3c91f436c4
Update test project
2016-06-15 23:24:03 -07:00
Troy Dai
97da0b0696
Fix dependencies type changes scenario in project model server.
2016-06-15 23:24:03 -07:00
Troy Dai
0d470ecea0
Merge pull request #3446 from dotnet/troy-3220
...
Enable project model server to clear workspace cache forceful after restore completion
2016-06-15 23:22:44 -07:00