Commit Graph

6 Commits

Author SHA1 Message Date
dotnet-maestro[bot] eddb5254d8
Update dependencies from https://github.com/dotnet/arcade build 20200609.1 (#22949)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
 From Version 5.0.0-beta.20280.1 -> To Version 5.0.0-beta.20309.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-06-15 13:08:53 +00:00
dotnet-maestro[bot] d5849f3534
[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>
2020-05-15 00:17:02 +00:00
dotnet-maestro[bot] 8a406d7f68
Update dependencies from https://github.com/dotnet/arcade build 20200301.1 (#19494)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20151.1
- Microsoft.DotNet.GenAPI - 5.0.0-beta.20151.1
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20151.1
2020-03-02 14:26:34 +00:00
dotnet-maestro[bot] 86c03c3025
Update dependencies from https://github.com/dotnet/arcade build 20190830.3 (#13621)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19430.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19430.3
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19430.3
2019-09-02 13:39:31 +00:00
dotnet-maestro[bot] 5496f70471
Update dependencies from https://github.com/dotnet/arcade build 20190825.1 (#13447)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19425.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19425.1
2019-08-26 17:18:40 +00:00
dotnet-maestro[bot] 37ef7c2f21 [master] Update dependencies from 3 repositories (#12198)
* Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190715.2
- Microsoft.NET.Sdk.Razor - 3.0.0-preview8.19365.2
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview8.19365.2
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview8.19365.2
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview8.19365.2

* Update dependencies from https://github.com/dotnet/arcade build 20190715.4
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19365.4
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19365.4
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19365.4

* Update dependencies from https://github.com/aspnet/EntityFrameworkCore build 20190715.5
- Microsoft.EntityFrameworkCore.Tools - 3.0.0-preview8.19365.5
- Microsoft.EntityFrameworkCore.SqlServer - 3.0.0-preview8.19365.5
- dotnet-ef - 3.0.0-preview8.19365.5
- Microsoft.EntityFrameworkCore - 3.0.0-preview8.19365.5
- Microsoft.EntityFrameworkCore.InMemory - 3.0.0-preview8.19365.5
- Microsoft.EntityFrameworkCore.Relational - 3.0.0-preview8.19365.5
- Microsoft.EntityFrameworkCore.Sqlite - 3.0.0-preview8.19365.5
2019-07-16 11:40:12 -07:00