Commit Graph

9 Commits

Author SHA1 Message Date
Doug Bunting 0e38046bce Remove extra `git submodule` commands
- all work now done in "Checkout dotnet/aspnetcore" step
- reconfigured pipeline based on https://github.com/dotnet/aspnetcore/pull/22002#issuecomment-631318377
2020-05-23 18:54:42 -07:00
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
Artak efc9d1228b
Account for UTC time to run the Dev-builds CI at midnight PT (#17718) 2019-12-10 08:11:26 -08:00
Artak 40c99894e8
Adding a new stage to build servers (#17486)
* Adding a new stage to build servers

* Addressing PR feedback

* Added schedule to run devBuild pipeline every midnight

* Ensure that hte builds run every day, no matter whether there were changes or not.

* Disable PR builds
2019-12-03 16:07:38 -08:00
Artak eb929d5a0b
Added the git submodule init command to run before the build 2019-11-27 22:06:50 -08:00
Artak 5befe65781
Added a step to update submodules as well as disable PR builds (#17469)
* Added a step to update submodules

* Disable triggering on CI
2019-11-27 17:51:25 -08:00
Artak b24b92494a
Removed the usage of `_BuildArgs` unused variable (#17459) 2019-11-27 13:00:31 -08:00
Artak 71a7ba434f
Fixed the name of the build_components satage 2019-11-27 08:54:35 -08:00
Artak 2d6b46e1b2
Added a new CI definition to measure build time for certain areas (#17407)
* Added a new CI definition to measure build time for certain areas

This pipeline is going to measure the time required to build certain areas. For now, adding only the `Components` build to try out the pipeline.

* Incorporate PR feedback
2019-11-27 08:34:32 -08:00