aspnetcore/eng
Nate McMaster dc90e11c7a
Move obj and bin directories into repo root (#10063)
The Arcade SDK requires that the obj/ and bin/ folders be placed in the top-level artifacts/ folder of the repo. Although this PR does not complete our Arcade convergence, this is a step towards updating our repo to build with the Arcade SDK.

Changes:
* Set output path for build to artifacts/bin/$(ProjectName)/ 
* Set intermediate output path for build to artifacts/obj/$(ProjectName)/
* Cleanup .gitignore files (remove duplication between repo-root and tested gitignore files)
* Add code check which looks for project files that share the same name (could cause issues)
* Rename project files to have unique names (avoid race condition of build output)
* Update all locations which were hard-coded to expect bin/ and obj/ in the project directory
* Add overrides for tests which still assert test binaries exist in a given location relative to the source code
2019-05-15 13:44:55 -07:00
..
helix Enhancements to Helix testing (#10007) 2019-05-10 15:04:16 -07:00
scripts Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
targets Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
tools Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
AspNetCore.snk
Baseline.Designer.props
Baseline.xml
Dependencies.props Add build for linux-musl-arm64 (#10155) 2019-05-14 15:44:52 -07:00
FlakyTests.AfterArcade.props
FlakyTests.BeforeArcade.props
GenAPI.exclusions.txt
LicenseHeader.txt
NuGetPackageVerifier.json
PatchConfig.props Merge branch 'release/2.2' -> 'master' 2019-05-15 09:07:11 -07:00
ProjectReferences.props Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
SharedFramework.External.props Update all the things (except EF Core dependencies) (#10025) 2019-05-07 22:06:39 -07:00
SharedFramework.Local.props
Version.Details.xml [master] Update dependencies from aspnet/AspNetCore-Tooling (#10217) 2019-05-15 11:15:02 -07:00
Versions.props Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
Workarounds.props
Workarounds.targets Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
signcheck.exclusions.txt