Can't build on Windows
See original GitHub issueC:\Users\danroth27\Documents\GitHub\omnisharp-roslyn [dev]> .\build.ps1
Preparing to run build script...
Could not find Cake.exe at C:\Users\danroth27\Documents\GitHub\omnisharp-roslyn\scripts\.tools\Cake\Cake.exe
At C:\Users\danroth27\Documents\GitHub\omnisharp-roslyn\scripts\cake-bootstrap.ps1:132 char:5
+ Throw "Could not find Cake.exe at $CAKE_EXE"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Could not find ...s\Cake\Cake.exe:String) [], RuntimeException
+ FullyQualifiedErrorId : Could not find Cake.exe at C:\Users\danroth27\Documents\GitHub\omnisharp-roslyn\scripts\.tools\Cake\Cake.exe
Looks like the cake path needs a version number:
C:\Users\danroth27\Documents\GitHub\omnisharp-roslyn [dev]> dir .\scripts\.tools\
Directory: C:\Users\danroth27\Documents\GitHub\omnisharp-roslyn\scripts\.tools
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 3/29/2016 10:56 AM Addins
d----- 3/29/2016 9:30 AM Cake.0.9.0
-a---- 3/29/2016 9:30 AM 105 packages.config
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Flutter Windows: cannot build App error MSB8066
So after my research I found out that there is no specific reason why Error MSB8066 error occur, but it can be due...
Read more >Can't build in release mode, only debug mode
I've got a weird issue with Visual Studio 2019. For some reason building my app in Release mode doesn't work. It shortly shows...
Read more >I can't build c++ - Microsoft Q&A
I have a problem: I can't run c++ program, neither can I build it and use debug or something. can someone help me?...
Read more >Can't build for Windows
Hello, I installed the unity hub, and installed the unity editor on Linux, so i wanna build the game for windows, but on...
Read more >So i saw a video that you can build from windows and it ...
I tried to build on the second story and it doesnt work at all. Any reason why? And yes the window was open....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Someone else had this exact issue last week, but I couldn’t replicate it. I wonder @danroth27 do you have nuget.exe in your path? Perhaps its a nuget version issue at play?
Awesome, going to merge the branch anyway to avoid this in the future hopefully. Thanks!