aspnetcore/eng/scripts
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
..
CodeCheck.ps1 A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
FinishDumpCollectionForHangingBuilds.ps1
GenerateProjectList.ps1
GenerateReferenceAssemblies.ps1
InstallGoogleChrome.ps1
InstallJdk.ps1
InstallProcDump.ps1
InstallTar.ps1
InstallVisualStudio.ps1
KillProcesses.ps1 List dotnet processes about to be killed (#20526) 2020-04-03 17:00:01 -07:00
KillProcesses.sh List dotnet processes about to be killed (#20526) 2020-04-03 17:00:01 -07:00
RunHelix.ps1
StartDumpCollectionForHangingBuilds.ps1
ci-source-build.sh
common.psm1
dump_process.ps1
install-nginx-linux.sh Use different Ubuntu pools for Ubuntu tests to avoid disk space issues. (#20742) 2020-04-10 23:09:06 -07:00
install-nginx-mac.sh
update-packagejson-links.js
vs.buildtools.json Also update existing json files 2020-03-31 14:25:44 -07:00
vs.buildtools.preview.json Also update existing json files 2020-03-31 14:25:44 -07:00
vs.json Also update existing json files 2020-03-31 14:25:44 -07:00
vs.preview.json Also update existing json files 2020-03-31 14:25:44 -07:00