DNNCommunity / DNN.Blog

The official blog module for the DNN Platform
Other
38 stars 41 forks source link

Cake error in build.cake #189

Open hhayesmetrostar opened 2 years ago

hhayesmetrostar commented 2 years ago

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:

  1. From PowerShell, running as administrator, run ./build.ps1
  2. See error

Expected behavior

Build install packages.

WillStrohl commented 2 years ago

Do you have the build prerequisites installed in your environment?

hhayesmetrostar commented 2 years ago

Will - thanks for the reply. What build prerequisites are required?

WillStrohl commented 2 years ago

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.

hhayesmetrostar commented 2 years ago

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. I think the issue is in the Cake script for the Utilities.UpdateAssemblyInfo method (see error above).