Update aspnetcore to 2.0.3 build 125
New packages are in dotnetbuilddropsmsrc/msrc-2-0-aspnet-20171031
Fingers crossed this is actually our last aspnetcore update for 2.0.3
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.
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.
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.
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
* 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