Kevin Ransom
6ef8af7d6d
update fsharp compiler for preview release
2017-10-23 14:47:31 -07:00
dotnet-bot
fa2bd27688
Update CoreSetup to preview1-25823-01
2017-10-23 17:28:38 +00:00
John Beisner
b11cabca4a
Merge pull request #7876 from johnbeisner/PublishToTransportFeed
...
Enabling the publish of CLI NuPkg to the unified Transport feed; part 2
2017-10-23 10:18:58 -07:00
Livar Cunha
687cba8ca8
Updating branding to 2.0.3, again
2017-10-20 16:35:01 -07:00
Livar Cunha
e37e9f3fe8
Fixing closing tags in the DEB and RPM targets.
2017-10-20 14:43:29 -07:00
Livar Cunha
d4f980a02e
Enabling our native installer tests to always get a 2.0.0 asp.net runtime store. We need to solve this in a more generic way in the future. But this will unblock the build for now.
2017-10-20 14:23:34 -07:00
John Beisner
f26e651c6a
Defining the published Nupkgs in one place.
2017-10-20 14:02:41 -07: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
John Beisner
9bd54acabe
Adding the second CLI NuPkg
2017-10-20 11:55:14 -07:00
Nate McMaster
372739a91f
Merged PR 90385: Update aspnetcore runtime store and LZMA to 2.0.3 build 120
...
Update aspnetcore runtime store and LZMA to 2.0.3 build 120.
The nupkgs for the templates and runtime are in dotnetbuilddropsmsrc/msrc-2-0-aspnet-20171018
2017-10-20 17:15:41 +00:00
John Beisner
7fe5bda018
Merge pull request #7848 from johnbeisner/PublishToTransportFeed
...
Enabling the publish of CLI NuPkg to the unified Transport feed.
2017-10-20 09:23:18 -07:00
Nate McMaster
be1b014c7c
Update aspnetcore runtime store and LZMA to 2.0.3 build 120
2017-10-20 08:59:31 -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
Livar
82d9bbc2f2
Merge pull request #7868 from dotnet/merges/release/15.5-to-master-20171019-070029
...
Merge release/15.5 to master
2017-10-19 16:25:55 -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
Livar
b50595c419
Merge branch 'master' into merges/release/15.5-to-master-20171019-070029
2017-10-19 11:26:33 -07:00
Kevin Ransom (msft)
1860d2f513
Merge pull request #7866 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25818-02 (master)
2017-10-19 11:07:30 -07:00
Nick Guerrera
b18db61594
ifdef out entire update versions task in source build
2017-10-19 11:00:13 -07:00
Livar
0d51d3d0f7
Merge branch 'master' into master-UpdateDependencies
2017-10-18 20:16:33 -07:00
Livar
ffbb8b14b5
Merge pull request #7862 from dotnet/merges/release/15.5-to-master-20171018-070036
...
Merge release/15.5 to master
2017-10-18 16:42:22 -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
dotnet-bot
5537be658f
Update CoreSetup to preview1-25818-02
2017-10-18 21:35:19 +00: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
Livar
aad235fd1c
Merge branch 'master' into merges/release/15.5-to-master-20171018-070036
2017-10-18 12:20:03 -07:00
Livar
8d7863e103
Merge pull request #7865 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25818-01 (master)
2017-10-18 11:38:33 -07:00
Livar
f657648f07
Merge pull request #7864 from dotnet/livarcocc-patch-2
...
Update SDK to 15.5.0-preview-20171018-2
2017-10-18 11:38:13 -07:00
Livar
569ae654ae
Merge pull request #7860 from dotnet/livarcocc-patch-3
...
Updating the version on master to 2.2.0
2017-10-18 10:54:32 -07:00
dotnet-bot
8b69a7506a
Update CoreSetup to preview1-25818-01
2017-10-18 17:45:51 +00:00
Livar
d3098e7fcd
Update SDK to 15.5.0-preview-20171018-2
2017-10-18 10:40:15 -07:00
Livar
150757bf66
Merge pull request #7859 from dotnet/livarcocc-patch-2
...
Updating ASP.NET templates to 1.0.0-beta2-20170810-304
2017-10-18 09:56:16 -07:00
Livar
2cd143d949
Merge pull request #7858 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-25817-05 (master)
2017-10-17 20:52:50 -07:00
Livar
8e2b99dae1
Removing a bundled template that should not be here.
...
Microsoft.DotNet.Web.Client.ItemTemplates should not be here yet.
2017-10-17 17:53:18 -07:00
Livar Cunha
c85173f757
Merged PR 90125: Merge merge_release_200 to release/2.0.0-MSRC
2017-10-18 00:39:58 +00:00
Livar Cunha
72eda50303
Merge branch 'release/2.0.0' into merge_release_200
...
* release/2.0.0:
Separating the 'legacy' URL construction from the 'current' URL construction methods and logic.
Use temporary path for fake deps.json in test
MSBuild 15.4.8
Insert SDK 2.0.2-vspre-20170927-1
2017-10-17 17:30:58 -07:00
Livar
a450165732
Updating the branding to 2.2.0
2017-10-17 16:54:22 -07:00