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

Add OutputPath to ProjectParserResult #997

Closed
wwwlicious opened this issue Jun 21, 2016 · 3 comments
Closed

Add OutputPath to ProjectParserResult #997

wwwlicious opened this issue Jun 21, 2016 · 3 comments
Labels
Milestone

Comments

@wwwlicious
Copy link
Contributor

wwwlicious commented Jun 21, 2016

There currently isn't a good method to get a project output assembly from any of the build aliases.

An alternative is to return the outputPath from the project file using the ProjectParser.

Using this information together with the following it is possible to determine the output file generated by the project compilation.

ProjPath / OutputPath / AssemblyName [.] Type[Library|Exe]

@wwwlicious wwwlicious changed the title Add OutputPath to ProjectParserResult GH998: Add OutputPath to ProjectParserResult Jun 22, 2016
@wwwlicious wwwlicious changed the title GH998: Add OutputPath to ProjectParserResult Add OutputPath to ProjectParserResult Jun 22, 2016
@gep13 gep13 added the Feature label Jun 25, 2016
@gep13 gep13 modified the milestones: v0.14.0, v0.15.0 Jun 25, 2016
@gep13
Copy link
Member

gep13 commented Jul 18, 2016

Thanks again for your contribution to Cake!

@gep13 gep13 closed this as completed Jul 18, 2016
@wwwlicious
Copy link
Contributor Author

Thanks for merging, just haven't had the time recently to get this done!

@gep13
Copy link
Member

gep13 commented Jul 19, 2016

@wwwlicious not a problem at all, so did all the hard work :-)

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

No branches or pull requests

2 participants