Skip to content

Commit 0e38046

Browse files
committed
Remove extra git submodule commands
- all work now done in "Checkout dotnet/aspnetcore" step - reconfigured pipeline based on #22002 (comment)
1 parent a806ae6 commit 0e38046

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.azure/pipelines/devBuilds.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ stages:
2929
jobDisplayName: "Build: Components"
3030
agentOs: Windows
3131
steps:
32-
- script: git submodule init
33-
- script: git submodule update --recursive
3432
- script: ./build.cmd
3533
-ci
3634
-arch x64
@@ -54,8 +52,6 @@ stages:
5452
jobDisplayName: "Build: Servers"
5553
agentOs: Windows
5654
steps:
57-
- script: git submodule init
58-
- script: git submodule update --recursive
5955
- script: ./build.cmd
6056
-ci
6157
-arch x64
@@ -79,8 +75,6 @@ stages:
7975
jobDisplayName: "Build: Project Templates"
8076
agentOs: Windows
8177
steps:
82-
- script: git submodule init
83-
- script: git submodule update --recursive
8478
- script: ./build.cmd
8579
-ci
8680
-arch x64
@@ -104,8 +98,6 @@ stages:
10498
jobDisplayName: "Build: Everything"
10599
agentOs: Windows
106100
steps:
107-
- script: git submodule init
108-
- script: git submodule update --recursive
109101
- script: ./build.cmd
110102
-ci
111103
-arch x64

0 commit comments

Comments
 (0)