Skip to content

Publishing two projects to same directory? #836

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
Daniel15 opened this issue Aug 16, 2015 · 3 comments
Closed

Publishing two projects to same directory? #836

Daniel15 opened this issue Aug 16, 2015 · 3 comments

Comments

@Daniel15
Copy link
Contributor

I have one ASP.NET 5 website and one console application, and am publishing both of them using dnu publish. This results in two directories with two different packages subdirectories, which feels like a waste of space as the two projects reuse a lot of the same NuGet packages. Is it possible to publish both into the same directory and have them reuse the same packages directory? I imagine a structure like this:

|- packages
|- Site
 \
  |- kestrel.cmd
  |- approot
  |- wwwroot
|- ConsoleApp
 \
  |- ConsoleApp.cmd
  |- approot
@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

@davidalpert
Copy link

davidalpert commented Dec 31, 2017 via email

@davidalpert
Copy link

davidalpert commented Dec 31, 2017 via email

ryanbrandenburg pushed a commit that referenced this issue Nov 16, 2018
#839)

* Add a functional test to verify that build-time compiled views play with DeveloperExceptionPage
Use RazorSdk to compile in E2E scenarios

Fixes #835
Fixes #836
ryanbrandenburg pushed a commit that referenced this issue Nov 26, 2018
…master

[automated] Merge branch 'release/2.2' => 'master'
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants