Commit 60df124
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
### Notes1 parent 598283c commit 60df124
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments