Skip to content

Commit f3a717b

Browse files
Add dotnet as submodule and update SDK build strategy
-Switched to using dotnet/dotnet as per Microsoft’s new build strategy -Hence, fetching the coreesponding dotnet/sdk, dotnet/runtime , dotnet/msbuild ,dotnet/roslyn, dotnet/aspnetcore and dotnet/templating commits from src/manifest-json in the dotnet/dotnet repository, in order to build the SDK. -Adding dotnet as a submodule to facilitate this process. Signed-off-by: shreya <raoshreya412@gmail.com>
1 parent 513f2d2 commit f3a717b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
[submodule "templating"]
2020
path = templating
2121
url = https://github.com/dotnet/templating
22+
[submodule "dotnet"]
23+
path = dotnet
24+
url = https://github.com/dotnet/dotnet.git

dotnet

Submodule dotnet added at 4b3afe1

0 commit comments

Comments
 (0)