aspnetcore/eng
Doug Bunting 54722a52b6
A quick collection of quick fixes (#20993)
* Quick fix: Simplify devBuilds.yml
  - remove an excess build step

* Quick fix: Move `SetupNugetSources` script invocations above `parameters.beforeBuild`
  - ensure NuGet.config is ready for all internal builds
  - remove now-duplicate `SetupNugetSources` invocations wherever default-build.yml is used

* Quick fix: Clean up SiteExtensions/build.cmd
  - quote all rooted paths
  - check `%ERRORLEVEL%` after every `CALL`
  - nits:
    - add a few more `ECHO` commands
    - wrap long lines

* Quick fix: Ensure `$(BuildNative)` is always set correctly
  - fix problems using `-all` or `/p:BuildAllProjects=true` without `-buildNative`
    - ensure `$(BuildNative)` is `false` where it's not supported
  - move some duplicated settings into eng/Common.props and `<Import />` the new file
  - remove now-duplicated parts of conditions using `$(BuildNative)`

* Quick fix: Consistently use `--build-*`
  - avoid `/p:Build*`  on the command line (except with eng/scripts/ci-source-build.sh)
  - nits:
    - remove now-useless `-buildNative` with `-all`
    - expand and correct a couple of related comments and messages

* Quick fix: Support `-all` together with `-projects`
  - remove need to specify `/p:BuildAllProjects=true`
  - nit: simplify some Boolean logic
2020-04-25 18:39:19 -07:00
..
common Update dependencies from https://github.com/dotnet/arcade build 20200421.14 (#21162) 2020-04-24 00:37:54 +00:00
docker
helix [Helix] Install ef tool to work item root instead of globally (#21025) 2020-04-20 19:33:02 -07:00
scripts A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
targets A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
tools Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
AfterSigning.targets Always generate checksums as last part of publish job (#20367) 2020-04-01 16:25:37 -07:00
AfterSolutionBuild.targets
Baseline.Designer.props Update branding to preview4 2020-03-30 17:35:14 -07:00
Baseline.xml Update branding to preview4 2020-03-30 17:35:14 -07:00
Build.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
CodeGen.proj Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00
Common.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Dependencies.props Merge branch 'master' into johluo/remove-extensions-deps 2020-04-06 11:17:56 -07:00
GenAPI.exclusions.txt Todos 2020-02-18 13:47:25 -08:00
LicenseHeader.txt
PoliCheckExclusions.xml Update PoliCheckExclusions.xml (#17705) 2020-01-15 14:34:58 -08:00
ProjectReferences.props Relocate Logging.Testing to AspNetCore.Testing 2020-04-02 00:16:01 -07:00
PublishSymbols.proj
Publishing.props Merge pull request #20456 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-04-02 11:18:00 -07:00
QuarantinedTests.AfterArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
QuarantinedTests.BeforeArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
SharedFramework.External.props Ingest updated packages from dotnet/runtime (#20300) 2020-04-06 01:06:22 -07:00
SharedFramework.Local.props Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
SignCheckExclusionsFile.txt Re-enable signing validation (#13899) 2019-11-19 07:14:34 -08:00
Signing.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Tools.props
Version.Details.xml Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200423.8 (#21165) 2020-04-24 02:24:36 +00:00
Versions.props Update dependencies from https://github.com/dotnet/aspnetcore-tooling build 20200423.8 (#21165) 2020-04-24 02:24:36 +00:00
Workarounds.props Update links from aspnet/AspNetCore-Internal -> dotnet/aspnetcore-internal (#18540) 2020-01-23 12:21:06 -08:00
Workarounds.targets Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh nit: Mark shell scripts as executable 2020-03-25 11:04:25 -07:00
empty.proj