File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ stages:
29
29
jobDisplayName : " Build: Components"
30
30
agentOs : Windows
31
31
steps :
32
- - script : git submodule init
33
- - script : git submodule update --recursive
34
32
- script : ./build.cmd
35
33
-ci
36
34
-arch x64
@@ -54,8 +52,6 @@ stages:
54
52
jobDisplayName : " Build: Servers"
55
53
agentOs : Windows
56
54
steps :
57
- - script : git submodule init
58
- - script : git submodule update --recursive
59
55
- script : ./build.cmd
60
56
-ci
61
57
-arch x64
@@ -79,8 +75,6 @@ stages:
79
75
jobDisplayName : " Build: Project Templates"
80
76
agentOs : Windows
81
77
steps :
82
- - script : git submodule init
83
- - script : git submodule update --recursive
84
78
- script : ./build.cmd
85
79
-ci
86
80
-arch x64
@@ -104,8 +98,6 @@ stages:
104
98
jobDisplayName : " Build: Everything"
105
99
agentOs : Windows
106
100
steps :
107
- - script : git submodule init
108
- - script : git submodule update --recursive
109
101
- script : ./build.cmd
110
102
-ci
111
103
-arch x64
You can’t perform that action at this time.
0 commit comments