Skip to content

Commit 696eaed

Browse files
Add setup-test-environment.yaml to another build phase
1 parent 54a074a commit 696eaed

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,20 +1291,11 @@ stages:
12911291
workspace:
12921292
clean: all
12931293
steps:
1294-
- checkout: self
1295-
submodules: recursive
1294+
- template: yaml-templates/setup-test-environment.yaml
12961295

12971296
- checkout: release_scripts
12981297
clean: true
12991298

1300-
- template: yaml-templates/use-dot-net.yaml
1301-
parameters:
1302-
remove_dotnet: true
1303-
1304-
- template: yaml-templates/use-dot-net.yaml
1305-
parameters:
1306-
version: $(DotNetCoreVersion)
1307-
13081299
- task: DownloadPipelineArtifact@2
13091300
inputs:
13101301
${{ if eq(variables['MicroBuildSignType'], 'Real') }}:

0 commit comments

Comments
 (0)