aspnetcore/build
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
..
Maestro Update dependencies and react to changes (#7844) 2019-02-22 19:09:08 -08:00
docker Add build for linux-musl-arm64 (#10155) 2019-05-14 15:44:52 -07:00
tasks Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
AzureIntegration.targets Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
CodeSign.props Replace Blazor CLI tool with new DevServer package (#9028) 2019-04-04 09:47:56 +01:00
CodeSign.targets Update certificate for SignalR Java client (#9048) 2019-04-04 07:59:16 -07:00
SharedFx.targets Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
repo.props Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
repo.targets Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
runtimes.props Update to newer Blazor.Mono. Fixes #6726 (#8782) 2019-03-26 09:53:15 +00:00
sources.props Merge branch 'release/2.2' -> 'master' 2019-05-08 12:21:33 -07:00