Replies: 1 comment 1 reply
-
@ahives Do you have a solution file ( If it's not the above, it's possible that your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using CakeFrosting for the first time and when I executed my build.cake script on Windows I saw a build folder. When I open this folder there is a corresponding project. I did not think that I needed this because I had already written a build.cake script file so I deleted it. Now builds are failing during compilation with the below error:
MSBUILD : error MSB1009: Project file does not exist.
Switch: build/Build.csproj
I followed the below steps to bootstrap Cake from https://cakebuild.net/docs/getting-started/setting-up-a-new-project
I simply want to use Cake to build locally. Please Help.
Beta Was this translation helpful? Give feedback.
All reactions