Skip to content

Change the default repo layout to match dotnet/Arcade #9928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
natemcmaster opened this issue Aug 9, 2018 · 0 comments · Fixed by #10063
Closed

Change the default repo layout to match dotnet/Arcade #9928

natemcmaster opened this issue Aug 9, 2018 · 0 comments · Fixed by #10063
Assignees
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Done This issue has been fixed

Comments

@natemcmaster
Copy link
Contributor

natemcmaster commented Aug 9, 2018

Part of incremental changes to move to arcade. dotnet/arcade#88

Arcade repo layout prescribes putting bin/ and obj/ folders in $repoRoot/artifacts/, and putting infrastructure stuff in eng/. We can update aspnet repos to use this layout now as a stepping stone to move to arcade.

See https://github.com/dotnet/arcade/blob/master/Documentation/ArcadeSdk.md

- eng/
	+ *.props/targets
- artifacts/
	+ tmp/
	+ log/
	+ packages/
         - bin/
             + $(ProjectName)
	- obj/
              + $(ProjectName)
@natemcmaster natemcmaster transferred this issue from aspnet/BuildTools May 2, 2019
@natemcmaster natemcmaster added this to the 3.0.0-preview6 milestone May 2, 2019
@natemcmaster natemcmaster self-assigned this May 2, 2019
@natemcmaster natemcmaster added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 2, 2019
@natemcmaster natemcmaster added Done This issue has been fixed and removed 2 - Working labels May 15, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework Done This issue has been fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant