* Improve build reliability
- ensure `ResolveCustomReferences` target executes before packages are used
- `ResolveAssemblyReferences` and `ResolveAssemblyReferencesDesignTime` targets run too late
- e.g. failed builds of Microsoft.AspNetCore.WebUtilities or Microsoft.AspNetCore.Hosting when building from root
- add `GetReferenceProjectTargetPathMetadata` for ease of use as well as reliability
- avoids extra work to get existing metadata (ref/ projects execute no tasks in this target)
nit: rename `@(ReferenceProjectMetadata)` -> `@(ReferenceProjectTargetPathMetadata)`
* Ensure `GetTargetPathMetadata` target runs with `$(TargetFramework)` set
- ref/ projects all multi-target and otherwise no-op this target
* Revert "Fix various "Type or namespace not found" errors (#20736)"
- change is no longer needed with other fixes in this PR
This reverts commit
|
||
|---|---|---|
| .. | ||
| CodeCheck.ps1 | ||
| FinishDumpCollectionForHangingBuilds.ps1 | ||
| GenerateProjectList.ps1 | ||
| GenerateReferenceAssemblies.ps1 | ||
| InstallGoogleChrome.ps1 | ||
| InstallJdk.ps1 | ||
| InstallProcDump.ps1 | ||
| InstallTar.ps1 | ||
| InstallVisualStudio.ps1 | ||
| KillProcesses.ps1 | ||
| KillProcesses.sh | ||
| StartDumpCollectionForHangingBuilds.ps1 | ||
| ci-source-build.sh | ||
| common.psm1 | ||
| dump_process.ps1 | ||
| install-nginx-linux.sh | ||
| install-nginx-mac.sh | ||
| update-packagejson-links.js | ||
| vs.buildtools.json | ||
| vs.buildtools.preview.json | ||
| vs.json | ||
| vs.preview.json | ||