Remove extra `git submodule` commands

- all work now done in "Checkout dotnet/aspnetcore" step
- reconfigured pipeline based on https://github.com/dotnet/aspnetcore/pull/22002#issuecomment-631318377
This commit is contained in:
Doug Bunting 2020-05-23 12:07:57 -07:00
parent a806ae62c3
commit 0e38046bce
1 changed files with 0 additions and 8 deletions

View File

@ -29,8 +29,6 @@ stages:
jobDisplayName: "Build: Components"
agentOs: Windows
steps:
- script: git submodule init
- script: git submodule update --recursive
- script: ./build.cmd
-ci
-arch x64
@ -54,8 +52,6 @@ stages:
jobDisplayName: "Build: Servers"
agentOs: Windows
steps:
- script: git submodule init
- script: git submodule update --recursive
- script: ./build.cmd
-ci
-arch x64
@ -79,8 +75,6 @@ stages:
jobDisplayName: "Build: Project Templates"
agentOs: Windows
steps:
- script: git submodule init
- script: git submodule update --recursive
- script: ./build.cmd
-ci
-arch x64
@ -104,8 +98,6 @@ stages:
jobDisplayName: "Build: Everything"
agentOs: Windows
steps:
- script: git submodule init
- script: git submodule update --recursive
- script: ./build.cmd
-ci
-arch x64