aspnetcore/eng
Doug Bunting 14d6b6e286
Build primarily with `dotnet msbuild` (#22017)
* Make `dotnet msbuild` the default on Windows too
  - add step using desktop `msbuild` when native builds may be involved
    - `-All` (without `-NoBuildNative`), `-BuildNative` or `-BuildInstallers` run this step
    - but `-ForceCoreMsbuild` unconditionally skips this step

nits:
- add binary log for RepoTasks build if `$BinaryLog` (echoes the `dotnet msbuild` command)
- add blank lines between build steps

* Enable building managed projects depending on native assets
  - splitting native builds out confuses these projects
  - use `$(BuildNative)` less, only to control actual building (not bundling)
  - build both native platforms in one `msbuild` invocation

* Adjust generation scripts to explicitly choose the MSBuild engine
  - ensure native assets are included in GenerateReferenceAssemblies.ps1 build
  - clean up the global state that tools.ps1 corrupts

* Revert move to VS2019.Pre queues

This reverts part of commit b67d161e03
- was "[release/5.0-preview5] Update dependencies from dotnet/aspnetcore-tooling (#21710)"

* Revert "!temporary! Require `msbuild` from VS2019 16.6"
  - this reverts commit 58cf2304a6

* Reduce build duplication in pipelines
  - build native assets and repo tasks once per CI job
  - only cleanup framework references after packing managed projects

nits:
- wrap a few long lines
- remove extra `-forceCoreMsbuild` options in SiteExtensions' build.cmd

* Fix Helix jobs
  - restore.cmd doesn't work well with `-projects`; script unconditionally adds `-all`

* !fixup! Reduce duplications further
  - missed a couple of places `-noBuildRepoTasks` helps

* Cleanup: Remove a few dangling binary logs

* !fixup! Correct typos in generation scripts

* !fixup! Another typo in the generation scripts
2020-05-29 19:02:03 -07:00
..
common Update dependencies from https://github.com/dotnet/arcade build 20200528.4 (#22360) 2020-05-29 18:53:59 +00:00
docker
helix Add helix-matrix.yml and windows arm 64 helix queue (#22002) 2020-05-23 17:08:18 -07:00
scripts Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
targets Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
tools
AfterSigning.targets
AfterSolutionBuild.targets Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
Baseline.Designer.props Changes to allow building in 3.1 branch 2020-05-22 09:20:54 -07:00
Baseline.xml
Build.props Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
CodeGen.proj
Common.props
Dependencies.props Merge blazor-wasm in to master 2020-05-27 11:00:38 -07:00
GenAPI.exclusions.txt
LicenseHeader.txt
PoliCheckExclusions.xml
ProjectReferences.props Changes to build in master 2020-05-28 15:43:55 -07:00
PublishSymbols.proj
Publishing.props
QuarantinedTests.AfterArcade.props
QuarantinedTests.BeforeArcade.props
SharedFramework.External.props
SharedFramework.Local.props
SignCheckExclusionsFile.txt
Signing.props
Tools.props
Version.Details.xml Update dependencies from https://github.com/dotnet/runtime build 20200528.9 (#22370) 2020-05-30 00:46:28 +00:00
Versions.props Update dependencies from https://github.com/dotnet/runtime build 20200528.9 (#22370) 2020-05-30 00:46:28 +00:00
Workarounds.props
Workarounds.targets
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh
empty.proj
sdl-tsa-vars.config Fix path for PoliCheckExclusions.xml (#22087) 2020-05-27 10:07:17 -07:00