Skip to content

dotnet pack does not support arbitrary configurations #328

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
livarcocc opened this issue Oct 26, 2016 · 0 comments · Fixed by #351
Closed

dotnet pack does not support arbitrary configurations #328

livarcocc opened this issue Oct 26, 2016 · 0 comments · Fixed by #351
Assignees
Labels
Milestone

Comments

@livarcocc
Copy link
Contributor

Moving https://github.com/dotnet/cli/issues/4488 over to this repo.

PJ allowed passing in arbitrary configurations, and would output to the appropriate bin/{Configuration} subdirectory. CSProj fails with:

error : The OutputPath property is not set for project 'TestLibraryWithConfiguration.csproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Test'  Platform='AnyCPU'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project.

@nguerrera how do we enable custom configurations?

@nguerrera nguerrera self-assigned this Nov 2, 2016
@srivatsn srivatsn added the Bug label Nov 3, 2016
@srivatsn srivatsn added this to the 1.0 Preview milestone Nov 3, 2016
mmitche pushed a commit to mmitche/sdk that referenced this issue Jun 5, 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.

3 participants