Unable to build
See original GitHub issueHi folks.
I’m unable to build the repo in a fairly new PC.
After getting the repo (forked - unchanged), and running the build
command, I’m getting the following output:
D:\Users\Shimmy\Source\Repos\EntityFrameworkCore>build
Using KoreBuild 2.2.0-preview1-17035
D:\Users\Shimmy\Source\Repos\EntityFrameworkCore\build.ps1 : The term 'Install-Tools' is not recognized as the name of
a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:126
+ ... ulture = '';& 'D:\Users\Shimmy\Source\Repos\EntityFrameworkCore\build ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Install-Tools:String) [build.ps1], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException,build.ps1
I also tried running the following in PS with the same result:
.\build /t:Compile
$env:PATH="$env:USERPROFILE/.dotnet/x64;"+$env:PATH
.\EFCore.sln
Further technical details
Operating system: Windows 10.0.16299 x64 IDE: VS 15.6.6
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Unable to build IL2CPP in 2021.2
Hi, I upgraded my project from 2021.1 to the recently released 2021.2 and I'm getting build errors (IL2CPP), it seems Unity is unable...
Read more >Unable to build project for localization string extraction
The project can be successfully built and run. But when I export for localization, it shows this error message: Unable to build project...
Read more >VisualStudio Code error. Unable to build while Live Coding ...
Hi guys, I have a problem with the terminal in VisualStudio Code where after clicking to run build task in ObstacleAssultEditor Win64 ...
Read more >Unable to Build
All of sudden, I m unable to build the android app, I m getting below error response. I again created a fresh package...
Read more >Eclipse: Unable to build the project
Try refreshing the project, clean and rebuild. Right click on the error, click "Quick Fix" if this is enabled. Right click on the...
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
corefx does not use KoreBuild. But all project in ASP.NET uses. Perhaps building asp.net universe repo could also cause it.
I would start with doing a
git clean -xdf
followed bybuild
to see which version of KoreBuild it uses. Can you post output of doing build like that?(p.s. I am online on slack. perhaps faster communication there)
@smitpatel thanks for your help. To sum up for future reference, a specific version of KoreBuild is required. My fork was behind and had an outdated version of KoreBuild. After pulling all commits from upstream issue was fixed.