Livar
9393fa6f1d
Merge pull request #7929 from dotnet/merges/release/2.0.0-to-release/15.5-20171030-065952
...
Merge release/2.0.0 to release/15.5
2017-10-30 10:18:41 -07:00
Livar
d1b1454976
Merge branch 'release/15.5' into merges/release/2.0.0-to-release/15.5-20171030-065952
2017-10-30 09:40:54 -07:00
Livar
ed97ee9123
Merge pull request #7890 from KevinRansom/release/2.0.0
...
update fsharp compiler for preview release
2017-10-27 15:52:51 -07:00
Nick Guerrera
cd489a356a
Merge pull request #7896 from nguerrera/one-process-restore
...
Use msbuild /restore instead of a separate process
2017-10-27 15:33:09 -07:00
Kevin Ransom
8a60d17f0c
Update F# compiler to match VS
2017-10-27 15:00:25 -07:00
William Lee
812cfbe90c
Update SDK version to 15.5.0-preview-20171027-2 ( #7925 )
2017-10-27 12:29:19 -07:00
William Lee
cef9a90ad1
Hashed telemetry and event name change ( #7919 )
2017-10-27 10:58:25 -07:00
Nate McMaster
77349eec4c
Merged PR 91574: Update aspnetcore to 2.0.3 build 124
...
Update aspnetcore to 2.0.3 build 124
@<licavalc@microsoft.com> the new packages are in dotnetbuilddropsmsrc/**msrc-2-0-aspnet-20171027**
Wait for @<johluo@microsoft.com> 's signoff too. I believe he still needs to double check the assets in the dontetclimsrc blob store.
2017-10-27 17:31:42 +00:00
Livar
60c6814a90
Merge pull request #7914 from AndyGerlicher/MSBuild.15.5.169
...
MSBuild 15.5.170
2017-10-27 09:27:05 -07:00
Nate McMaster
878532eedf
Update aspnetcore to 2.0.3 build 124
2017-10-27 07:57:14 -07:00
Nick Guerrera
35b7ad2789
Use msbuild /restore instead of separate invocations where possible
...
It is not currently possible when there is a -f|--framework argument because
we cannot force a TargetFramework global property on to the restore evaluation.
Doing so completely breaks restore by applying the TargetFramework to all
projects transitively. The correct behavior is to restore for all frameworks,
then build/publish/etc for the given target framework. Achieving that still
requires two distinct msbuild invocations.
This also changes the verbosity of implicit restore from quiet to that
of the subsequent command (default=minimal). Similar to global properties,
we cannot specify a distinct console verbosity for the /restore portion of
the overall execution. For consistency, we apply the same verbosity change
to the case where we still use two separate msbuild invocations.
This also fixes an issue where the separate restore invocation's msbuild log
would be overwritten by the subsequent command execution. However, this remains
unfixed in the case where we still use two separate msbuild invocations.
2017-10-26 16:01:34 -07:00
Andy Gerlicher
4c804c3421
MSBuild 15.5.170
2017-10-26 12:46:37 -07:00
Nick Guerrera
8fead788d7
Fix dotnet build /clp:NoSummary
2017-10-26 06:37:45 -07:00
Andy Gerlicher
ac921f3668
Remove ImportAfter target for NuGet
...
MSBuild common targets now import NuGet.targets directly, this is no
longer needed.
2017-10-25 16:41:57 -07:00
Nate McMaster
102a8cfc49
Merged PR 91084: Update aspnetcore to 2.0.3 build 123
...
Update aspnetcore to 2.0.3 build 123.
Also, new packages are in dotnetbuilddropsmsrc/**msrc-2-0-aspnet-20171024**
2017-10-25 03:18:46 +00:00
Nate McMaster
347169e68a
Update aspnetcore to 2.0.3 build 123
2017-10-24 15:27:08 -07:00
Nick Guerrera
20b0b820a8
Remove unnecessary handling of verbosity in RestoreCommand
...
We were taking care to set the console verbosity to minimal, but
only when no verbosity argument is passed. However, the default
verbosity for all CLI msbuild commands is already minimal and so
we can just get out of the way.
2017-10-24 15:04:24 -07:00
Livar
38b935e47a
Merge pull request #7893 from dotnet/merges/release/2.0.0-to-release/15.5-20171024-070026
...
Merge release/2.0.0 to release/15.5
2017-10-24 12:45:25 -07:00
Livar
835d38b27f
Merge branch 'release/15.5' into merges/release/2.0.0-to-release/15.5-20171024-070026
2017-10-24 10:09:16 -07:00
Livar
1421c10f1d
Merge pull request #7891 from AndyGerlicher/MSBuild.15.5.165
...
MSBuild 15.5.165
2017-10-24 10:05:00 -07:00
Andy Gerlicher
f81c0fc1d7
MSBuild 15.5.165
2017-10-23 14:59:24 -07:00
Kevin Ransom
6ef8af7d6d
update fsharp compiler for preview release
2017-10-23 14:47:31 -07: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
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
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
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
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
9bd976f5ec
Updating ASP.NET templates to 1.0.0-beta2-20170810-304
2017-10-17 16:52:20 -07:00
Livar
5d44ab70cd
Merge pull request #7856 from livarcocc/update_branding_to_2_1
...
Updating the brand to 2.1.1.
2017-10-17 13:20:30 -07:00
Livar
c8c55e8edd
Merge pull request #7854 from livarcocc/update_roslyn
...
Update the roslyn version to 2.6.0-beta2-62210-01.
2017-10-17 11:37:19 -07:00
Livar Cunha
bfb045e311
Updating the brand to 2.1.1.
2017-10-17 11:22:24 -07:00
Livar
95dafad76b
Merge branch 'release/15.5' into update_roslyn
2017-10-17 10:09:24 -07:00
Livar
c4faa28ffa
Merge pull request #7847 from AndyGerlicher/MSBuild.15.5.160
...
MSBuild 15.5.160
2017-10-17 09:50:22 -07:00
Livar Cunha
ea158bb686
Update the roslyn version to 2.6.0-beta2-62210-01.
2017-10-17 09:48:16 -07:00
John Beisner
f33310fefc
Make the uploads to blob storage more exacting.
2017-10-17 09:08:35 -07:00
Livar
54b754aafb
Merge pull request #7849 from dsplaisted/insert-sdk
...
Insert SDK 15.5.0-preview-20171017-1
2017-10-16 18:09:37 -07:00
Daniel Plaisted
2a3a5be07d
Insert SDK 15.5.0-preview-20171017-1
2017-10-16 17:23:12 -07:00
Livar
9de48be817
Merge pull request #7834 from harshjain2/TPv2LatestRelease
...
Updated version of TestPlatform to 15.5.0-preview-20171012-09
2017-10-16 15:52:49 -07:00
Andy Gerlicher
88bcf0ffb3
MSBuild 15.5.160
2017-10-16 14:40:46 -07:00
John Beisner
0c4bcdcc55
Enabling the publish of CLI NuPkg to the unified Transport feed.
2017-10-16 14:33:50 -07:00