Skip to content

Commit 60df124

Browse files
authored
Remove '.dotnet' from SDK paths in global.json (#12880)
### Context with this the core bootstrap does not work as intended and it confuses copilot agents <img width="920" height="111" alt="image" src="https://github.com/user-attachments/assets/82792aa9-4137-4e54-a60b-85378ebf16cc" /> when you run the bootstrap in main with `artifacts/bin/bootstrap/core/dotnet build` it takes Microsoft.Build.dll from the sdk folder instead of the bootstrap folder and we're solving that by locally deleting this line. So let's delete in the repo ### Testing local validation it fixes the loading issue ### Notes
1 parent 598283c commit 60df124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

global.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"sdk": {
33
"allowPrerelease": true,
44
"paths": [
5-
".dotnet",
65
"$host$"
76
],
87
"errorMessage": "The .NET SDK could not be found, please run a command-line build with ./build.cmd."

0 commit comments

Comments
 (0)