Skip to content
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

Do not restore packages during DotNetCore-Build task #374

Closed
AdmiringWorm opened this issue May 12, 2019 · 0 comments
Closed

Do not restore packages during DotNetCore-Build task #374

AdmiringWorm opened this issue May 12, 2019 · 0 comments
Milestone

Comments

@AdmiringWorm
Copy link
Member

Since packages are already restored during the DotNetCore-Restore task, there should not be any need to restore them again during the building phase (Unless the develop makes any changes).

Building could potentially also be disabled during dotnet publish/pack (opt-in or opt-out).

@gep13 gep13 added this to the 2.0.0 milestone Sep 9, 2019
gep13 added a commit that referenced this issue Sep 19, 2019
This brings consistency to how these parameters are used.  Some aliases did
it, others didn't.  Let's rely on the Cake DAG to ensure that everything
is done correctly, rather than "magic" being done.
@gep13 gep13 closed this as completed Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants