[master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630)
* Update dependencies from https://github.com/dotnet/arcade build 20200511.9 - Microsoft.DotNet.Arcade.Sdk: 5.0.0-beta.20228.4 => 5.0.0-beta.20261.9 - Microsoft.DotNet.GenAPI: 5.0.0-beta.20228.4 => 5.0.0-beta.20261.9 - Microsoft.DotNet.Helix.Sdk: 5.0.0-beta.20228.4 => 5.0.0-beta.20261.9 * Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200514.6 Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Language , Microsoft.CodeAnalysis.Razor , Microsoft.NET.Sdk.Razor From Version 5.0.0-preview.5.20261.4 -> To Version 5.0.0-preview.6.20264.6 * Pre-emptively take -nobl change * Disable binlogs in CI * Fix build.sh to know about -nobl * Align build.ps1|sh with latest Arcade parameters - do not enable binary logs by default in CI builds - leave `-binaryLog` and `-excludeCIBinaryLog` handling to eng/common/tools.ps1|sh - was unnecessary since `-bl /bl:{some name}` worked fine, ignoring OOMs nit: document `-excludeCIBinarylog` a bit more * Do not pass unknown options into CodeCheck.ps1 * Pass `-ci -nobl` into remaining CI build jobs * Switch default TFM to `net5.0` * Update missing project templates tfms * Add more `-ci -nobl` - needed because _all_ builds in the pipeline are implicitly CI builds - default-build.yml adds `-ci` when script wasn't explicit * Default templates to net5.0 * PR feedback * Update TFMs in explicit .nuspec files * Update TFMs in test projects * Update TFMs in test C# code * Update TFMs in infrastructure files * Future-proof a check for `net5.0` or later - avoid comparisons involving `$(TargetFramework)` in .targets files - fine to compare it with `''` or `$(DefaultNetCoreTargetFramework)` * !fixup! Undo a couple of earlier fixes - remove a duplicate `$()` setting - correct the one remaining versioned `#if` define - did not make it `#if NETCOREAPP` because benchmarks test numerous .NET Core TFMs * Disable binary logs in CodeCheck.ps1 * Specify `-ci -nobl` just once when using `parameters.buildArgs` * Restore `$binaryLog` default logic Co-authored-by:Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Will Godbe <wigodbe@microsoft.com> Co-authored-by:
Viktor Hofer <viktor.hofer@microsoft.com>
显示
- .azure/pipelines/benchmarks.yml 1 个添加, 1 个删除.azure/pipelines/benchmarks.yml
- .azure/pipelines/ci.yml 27 个添加, 35 个删除.azure/pipelines/ci.yml
- .azure/pipelines/jobs/default-build.yml 3 个添加, 3 个删除.azure/pipelines/jobs/default-build.yml
- Directory.Build.props 1 个添加, 1 个删除Directory.Build.props
- build.ps1 9 个添加, 9 个删除build.ps1
- build.sh 11 个添加, 10 个删除build.sh
- eng/AfterSolutionBuild.targets 1 个添加, 1 个删除eng/AfterSolutionBuild.targets
- eng/Version.Details.xml 14 个添加, 14 个删除eng/Version.Details.xml
- eng/Versions.props 5 个添加, 5 个删除eng/Versions.props
- eng/Workarounds.targets 12 个添加, 7 个删除eng/Workarounds.targets
- eng/common/build.ps1 6 个添加, 2 个删除eng/common/build.ps1
- eng/common/build.sh 9 个添加, 2 个删除eng/common/build.sh
- eng/common/internal/Tools.csproj 1 个添加, 0 个删除eng/common/internal/Tools.csproj
- eng/common/native/CommonLibrary.psm1 17 个添加, 7 个删除eng/common/native/CommonLibrary.psm1
- eng/common/performance/perfhelixpublish.proj 8 个添加, 0 个删除eng/common/performance/perfhelixpublish.proj
- eng/common/performance/performance-setup.ps1 30 个添加, 2 个删除eng/common/performance/performance-setup.ps1
- eng/common/performance/performance-setup.sh 35 个添加, 1 个删除eng/common/performance/performance-setup.sh
- eng/common/post-build/symbols-validation.ps1 15 个添加, 3 个删除eng/common/post-build/symbols-validation.ps1
- eng/common/sdk-task.ps1 5 个添加, 4 个删除eng/common/sdk-task.ps1
- eng/common/templates/post-build/post-build.yml 29 个添加, 1 个删除eng/common/templates/post-build/post-build.yml
加载中
想要评论请 注册 或 登录