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

Restoring packages for .NET Core only restores for debug builds #502

Closed
AdmiringWorm opened this issue Jan 12, 2020 · 0 comments · Fixed by #503
Closed

Restoring packages for .NET Core only restores for debug builds #502

AdmiringWorm opened this issue Jan 12, 2020 · 0 comments · Fixed by #503
Assignees
Labels
Milestone

Comments

@AdmiringWorm
Copy link
Member

When Cake.Recipe restores .net core packages it only restores packages using default configuratian.

If there are conditional configurations based on Debug/Release configurations, then only the packages for Debug configuration will be restored.
This can cause problems when Cake.Recipe later builds and runs unit tests later in the pipeline.

AdmiringWorm added a commit to AdmiringWorm/Cake.Recipe that referenced this issue Jan 13, 2020
gep13 added a commit that referenced this issue Jan 15, 2020
(GH-502) Set configuration during package restore
@gep13 gep13 added the Bug label Jan 15, 2020
@gep13 gep13 added this to the 2.0.0 milestone Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants