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

-c option for specifying Debug or Release configuration #10

Open
alexrp opened this issue Jul 28, 2022 · 0 comments
Open

-c option for specifying Debug or Release configuration #10

alexrp opened this issue Jul 28, 2022 · 0 comments

Comments

@alexrp
Copy link
Contributor

alexrp commented Jul 28, 2022

Right now, running dotnet example in CI will always use the default build configuration (i.e. Debug). This is not great if you have CI jobs for both Debug and Release, since running examples in the Release job will cause the entire project to be rebuilt for Debug (after just building it for Release), and then run it in an unexpected configuration.

A -c option for specifying configuration could probably be the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant