Commit graph

3383 commits

Author SHA1 Message Date
Eric Erhardt
aff23d00f4 Implement RestorePackages in MSBuild.
This adds the DotNetTool custom task, with `dotnet restore` implemented.
2016-06-28 18:22:15 -05:00
Eric Erhardt
0d37da4d0d Merge pull request #3710 from eerhardt/msbuild-Prepare
Convert 'Init' to MSBuild.
2016-06-28 15:33:15 -05:00
Eric Erhardt
038758acf4 Convert 'Init' to MSBuild. 2016-06-27 21:39:19 -05: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
Bryan Thornbury
219d9d269c Merge pull request #3706 from brthor/brthor/preparebase
Base Prepare Infrastructure
2016-06-27 14:50:20 -07:00
Bryan Thornbury
4d8ed818e5 base init infra 2016-06-27 12:56:15 -07:00
Rich Lander
f3a573beef Update README.md 2016-06-27 11:55:38 -07:00
Bryan Thornbury
bca4572561 Update branchinfo.txt 2016-06-24 16:11:06 -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
15b2a9d9db Convert all CLI build targets to MSBuild Tasks. (#3690) 2016-06-24 11:06:13 -07:00
Eric Erhardt
0c9617559e Merge pull request #3688 from eerhardt/FIRelIntoMsBuild
FI rel/1.0.0 into feature/msbuild
2016-06-23 20:36:22 -05:00
Eric Erhardt
007661a8ac Merge branch 'rel' 2016-06-23 17:53:15 -05:00
Eric Erhardt
cec5bacaad Merge branch 'feature/msbuild' of https://github.com/dotnet/cli.git 2016-06-23 17:52:51 -05:00
Bryan Thornbury
c90287e6aa Merge pull request #3680 from brthor/brthor/dotnet-msbuild
dotnet-build3 Adding msbuild execution command to cli
2016-06-23 15:00:27 -07:00
Bryan Thornbury
400e1db3b9 dotnet-build3 Adding msbuild execution command to cli 2016-06-23 13:57:33 -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
Eric St. John
0363308fd1 Archiver should not keep files Open
Previously I attempted to save the cost of reading/decompressing files
by keeping a copy in memory.  That resulted in too much memory pressure
so I later swapped in temporary files.  This defeated the initial goal
of keeping the streams  alive to some extent since the files would
be flushed to disk.

In practice since all the nupkgs we are packing also have raw files so
we weren't even saving much CPU by avoiding a second decompression.

Switch the archiver to just first index all files and save the source
information to read at a later point.  After this when building the
archive we'll reopen the files/zips and copy from there.

My measurements show that this actually improve the archiving perf and
the lack of temp files means we don't hit the ulimit restriction on OSX.
2016-06-15 16:12:10 -07:00
Troy Dai
8c67ac9272 Add comments for refresh dependency trigger 2016-06-15 16:07:47 -07:00
Troy Dai
64c49d972a Add test to ensure refresh dependencies' consistency 2016-06-15 16:07:47 -07:00
Troy Dai
4c475002ec Enable project model server to clear cache forcefully 2016-06-15 16:07:47 -07:00
Bryan Thornbury
4b72ab44a9 Merge pull request #3588 from brthor/brthor/rel1port
Port rel/1.0.0-preview2 to rel/1.0.0
2016-06-15 16:05:14 -07:00
Bryan Thornbury
f0380cfd9c replicate https://github.com/dotnet/cli/pull/3492 2016-06-15 12:29:09 -07:00