-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cake error in build.cake #189
Comments
Do you have the build prerequisites installed in your environment? |
Will - thanks for the reply. What build prerequisites are required? |
I'm not trying to be difficult, but I don't exactly know. Sorry. :( I just remember seeing errors like this and searching for the answers until it all finally built. I wish I could be more helpful. |
No problem, Will. |
Describe the bug
When I run build.ps (as admin), I get the following error occurring in the build.cake steps:
.../DNN.Blog/build.cake**(33,19)**: error CS7036: There is no argument given that corresponds to the required formal parameter 'filePath' of 'Utilities.UpdateAssemblyInfo(ICakeContext, Solution, FilePath)'
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build install packages.
The text was updated successfully, but these errors were encountered: