aspnetcore/eng/targets
Doug Bunting 0f80048f18 Port `-nobl` and `net5.0` changes from 'master'
* 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

* 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

This cherry-picks most of d5849f3534 into this branch
- [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630)
- does not include dotnet/aspnetcore-tooling updates

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Will Godbe <wigodbe@microsoft.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2020-05-15 14:31:34 -07:00
..
CSharp.Common.props [master] Update dependencies from dotnet/aspnetcore-tooling (#19981) 2020-03-19 21:41:56 +00:00
CSharp.Common.targets Apply some fixes 2020-02-19 14:18:29 -08:00
CSharp.ReferenceAssembly.props
Cpp.Common.props Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
Cpp.Common.targets
FSharp.Common.targets
FunctionalTestAsset.targets Add gRPC interop tests (again) (#20069) 2020-03-23 13:29:50 -07:00
FunctionalTestWithAssets.targets Add gRPC interop tests (again) (#20069) 2020-03-23 13:29:50 -07:00
Helix.Common.props [Helix] Reenable win8 helix queue (#21552) 2020-05-08 20:34:48 -07:00
Helix.props [Helix] Shared framework support + Templates tests (#19177) 2020-02-26 12:55:41 -08:00
Helix.targets [Helix] Install aspnet runtime as part of test runner (#20693) 2020-04-11 10:47:56 -07:00
MicroBuild.Plugin.props
Npm.Common.props fix npm flake (#13106) 2019-08-14 07:48:34 -07:00
Npm.Common.targets A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Packaging.targets [release/3.0] Stabilize package versions (#14933) 2019-11-01 21:52:33 -07:00
ReferenceAssembly.targets Port `-nobl` and `net5.0` changes from 'master' 2020-05-15 14:31:34 -07:00
ResolveIisReferences.targets A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
ResolveReferences.targets Use the `JoinItems` task rather than faking it in an item group (#21349) 2020-05-01 09:50:59 -07:00
Wix.Common.props
Wix.Common.targets