Commit graph

7124 commits

Author SHA1 Message Date
Tanner Gooding
11dde97363
Merge pull request #11 from tannergooding/dev/repo-refactoring
Updating the toolset version to 2.0.3-refac-007111
2018-03-06 11:14:41 -08:00
Tanner Gooding
eadc1d3703 Updating the toolset version to 2.0.3-refac-007111 2018-02-23 14:03:07 -08:00
Nick Guerrera
77603cc5ca Merge pull request #10 from nguerrera/dev/repo-refactoring
Merge dotnet/cli:dev/release/2.0 into dev/repo-refactoring
2017-10-20 12:55:03 -07:00
Nick Guerrera
a149ec56cb Update toolset to latest 2.0.3-servicing 2017-10-19 16:57:07 -07:00
Nick Guerrera
69a3c9d248 Merge dotnet/cli:dev/release/2.0 into dev/repo-refactoring 2017-10-19 16:44:10 -07:00
Nick Guerrera
686d1b71cf Merge pull request #7857 from dotnet/accept-patches
Port source-build patches to dev/release/2.0
2017-10-19 15:38:13 -07:00
Nick Guerrera
b18db61594 ifdef out entire update versions task in source build 2017-10-19 11:00:13 -07:00
Nick Guerrera
2cdfe936f4 Eliminate downgrade errors 2017-10-18 16:12:14 -07:00
Nick Guerrera
a7aeab79d8 Fix problems with excluding MSBuildSdkResolver from build 2017-10-18 16:12:14 -07:00
Eric Erhardt
aea3f64ab2 Enable CLI to build on Windows during source-build. Don't build for net46 and use correct RID for core-setup. 2017-10-18 16:12:14 -07:00
Eric Erhardt
12931ba320 Fix update-dependencies.
Don't import the root Directory.Build.props during update-dependencies because it imports generated .props files that don't exist outside of the build.

(cherry picked from commit 0491fd3826)
2017-10-18 16:12:13 -07:00
Nick Guerrera
57d256dbf5 Make copy idempotent 2017-10-18 16:12:13 -07:00
Nick Guerrera
c9eeef1790 Remove dependency on VersionTools in source builds 2017-10-18 16:12:13 -07:00
Nick Guerrera
26d8d75fef Use stable System.Reflection.Metadata 2017-10-18 16:12:13 -07:00
Nick Guerrera
5a1021ac4b Only remove Azure dependency for source builds 2017-10-18 16:12:13 -07:00
Matt Ellis
b63fb1aaf8 Remove Azure dependency from build 2017-10-18 16:12:13 -07:00
Nick Guerrera
62224b3435 Add back NuGet.Protocol dependency 2017-10-18 16:12:12 -07:00
Matt Ellis
ce7d434ae8 Remove some unneeded package references 2017-10-18 16:12:12 -07:00
Matt Ellis
16ec23f86b Provide a way to explicitly set commit count and sha 2017-10-18 12:43:34 -07:00
Nick Guerrera
218b887d87 Download stage0 when DOTNET_TOOL_DIR is not set 2017-10-18 12:43:34 -07:00
Matt Ellis
eacc4d248c Don't pull down stage 0 from the internet
The composed build will set `PREBUILT_DOTNET_TOOL_DIR` to a location
where the dotnet tool can be copied from.

Long term we should get rid of the copy in favor of just using one
from a common location, but some of the Stage0 logic in the CLI build
system will need to change, I think.
2017-10-18 12:43:33 -07:00
Matt Ellis
428d541627 Provide a way to not include the SDK Resolver
When building the entire stack for a non windows target, the windows
resolver packages will not be present (and in the case of a windows
build, you'd only have one architecture anyway). Provide a way to opt
out of including the resolver. It's only interesting for Visual
Studio insertion cases, which is something the community at large
doesn't need to worry about.
2017-10-18 12:43:33 -07:00
Matt Ellis
0b1a5b10c2 Provide a way to not include the ASP.NET Runtime Packages 2017-10-18 12:43:33 -07:00
Kevin Ransom (msft)
c58612bd2c Merge pull request #7844 from dotnet/merges/release/2.0.0-to-dev/release/2.0-20171016-070029
Merge release/2.0.0 to dev/release/2.0
2017-10-16 11:37:50 -07:00
Livar
1b4b05a44d Merge pull request #3 from dotnet/livarcocc-patch-2
Update channel and version suffixes
2017-10-13 17:03:23 -07:00
Livar
57980bf4a0 Merge pull request #4 from dotnet/leave_only_the_sdk
Making this repo consume the dotnet-sdk-internal zip
2017-10-13 17:02:41 -07:00
Livar Cunha
03e37047a3 Fixing Windows build script. 2017-10-13 16:40:31 -07:00
Livar
d65f5b6558 Merge pull request #7832 from dotnet/merges/release/2.0.0-to-dev/release/2.0-20171013-070030
Merge release/2.0.0 to dev/release/2.0
2017-10-13 12:04:31 -07:00
Livar Cunha
62ae014c37 Making this repo consume the dotnet-sdk-internal zip and produce a full core-sdk by using sdk-internal, runtime, lzma, templates and store. Also deleted a bunch of now, unecessary code. I am sure there is more to be deleted though. 2017-10-13 10:45:50 -07:00
John Beisner
f7899911a7 Merge pull request #7835 from johnbeisner/InstallScriptUpdate
Separating the URL construction methods for dotnet-install.sh
2017-10-13 10:23:36 -07:00
Livar
6f9b43d1f5 Merge pull request #7827 from dotnet/livarcocc-patch-2
Updating channel to dev/release/2.0
2017-10-13 10:10:16 -07:00
John Beisner
3d52d24058 Separating the 'legacy' URL construction from the 'current' URL construction methods and logic. 2017-10-13 09:43:04 -07:00
Livar
cea4c38789 Merge pull request #7830 from nguerrera/merge-2.0-vs
Merge release/2.0-vs into release/2.0.0
2017-10-13 09:01:17 -07:00
Nick Guerrera
fe57933b09 Merge pull request #7829 from nguerrera/port-json-flakiness-fix
Use temporary path for fake deps.json in test
2017-10-12 20:29:28 -07:00
Livar
e9b0eefbd9 Update the version suffix to refac 2017-10-12 20:17:06 -07:00
Livar
a510cb2226 Update the channel to dev/repo-refactoring 2017-10-12 20:16:36 -07:00
Nick Guerrera
c0c4be7946 Merge branch 'release/2.0-vs' into merge-2.0-vs 2017-10-12 18:22:04 -07:00
Nick Guerrera
e59fd7af46 Use temporary path for fake deps.json in test
(cherry picked from commit 796b4a06e7)
2017-10-12 16:32:12 -07:00
Livar
b6c2dbf4c6 Updating channel to dev/release/2.0 2017-10-12 16:25:30 -07:00
Livar
94eeedfc4c Merge pull request #1 from dotnet/update_readme
Quick update to the readme page
2017-10-11 17:09:21 -07:00
John Beisner
cc8fe368f8 Merge pull request #7809 from johnbeisner/NugetMasterConfigRemove
'NuGet.master.config' does not appear to be used.
2017-10-11 11:52:58 -07:00
John Beisner
336998f946 Merge pull request #7810 from johnbeisner/MoveScript
Porting 'dotnet-install.sh' from CLI:master to CLI:release/2.0.0
2017-10-11 11:52:48 -07:00
John Beisner
282de2bfe2 Porting 'dotnet-install.sh' from CLI:master to CLI:release/2.0.0 2017-10-11 10:53:53 -07:00
John Beisner
903001c51c 'NuGet.master.config' does not appear to be used. 2017-10-11 10:25:55 -07:00
John Beisner
ce6f396f94 Merge pull request #7794 from johnbeisner/AddTransportFeed
CLI: Adding the unified NuGet Transport feed.
2017-10-10 12:39:37 -07:00
jbeisner
b951b94629 Reverting previous change to: 'NuGet.master.config' 2017-10-10 10:34:32 -07:00
Livar
c1e0034cf2 Quick update to the readme page
- Removed all the links to downloads pages as they point to assets being produced by the CLI.
- Updated some of wording to match the concept of the core-sdk repo
- I need a small(ish) change so that I can trigger CI.
2017-10-09 20:21:55 -07:00
Livar
536e87518a Merge pull request #7795 from nguerrera/remove-15.5-from-2.0
Remove 15.5 from 2.0
2017-10-09 15:18:56 -07:00
Livar Cunha
fead8521c3 Moving the runtime version to 2.0.0 for the SDK.
(cherry picked from commit e24b53dda7)
2017-10-09 13:59:09 -07:00
Nick Guerrera
ddae0875cf Revert release/2.0.0 back to 1bcee43995
There were incorrect merges from release/15.5 to release/2.0.0 since then
2017-10-09 13:55:13 -07:00