We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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]
The text was updated successfully, but these errors were encountered:
Thanks again for your contribution to Cake!
Sorry, something went wrong.
Thanks for merging, just haven't had the time recently to get this done!
@wwwlicious not a problem at all, so did all the hard work :-)
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: