aspnetcore/eng/targets
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
..
CSharp.Common.props
CSharp.Common.targets
CSharp.ReferenceAssembly.props
Cpp.Common.props
Cpp.Common.targets
FSharp.Common.targets
FunctionalTestAsset.targets
FunctionalTestWithAssets.targets
Helix.Common.props Run Helix Mac on more runs (#20424) 2020-04-01 19:12:13 -07:00
Helix.props
Helix.targets [Helix] Install aspnet runtime as part of test runner (#20693) 2020-04-11 10:47:56 -07:00
MicroBuild.Plugin.props
Npm.Common.props
Npm.Common.targets A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Packaging.targets
ReferenceAssembly.targets
ResolveIisReferences.targets A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
ResolveReferences.targets Ingest updated packages from dotnet/runtime (#20300) 2020-04-06 01:06:22 -07:00
Wix.Common.props
Wix.Common.targets