Skip to content

Commit 65f557d

Browse files
committed
removed specific build id
1 parent 3451b20 commit 65f557d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

eng/templates/official/jobs/ci-e2e-tests.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ jobs:
8787
artifactName: 'azure-functions'
8888
project: '3f99e810-c336-441f-8892-84983093ad7f'
8989
definition: 679
90-
buildVersionToDownload: specific
91-
pipelineId: 170384
90+
buildVersionToDownload: latestFromBranch
9291
targetPath: '$(Pipeline.Workspace)/PythonSdkArtifact'
9392
condition: eq(variables['USETESTPYTHONSDK'], true)
9493
- bash: |
@@ -116,8 +115,7 @@ jobs:
116115
artifactName: $(PYTHONEXTENSIONNAME)
117116
project: '3f99e810-c336-441f-8892-84983093ad7f'
118117
definition: 798
119-
buildVersionToDownload: specific
120-
pipelineId: 170439
118+
buildVersionToDownload: latestFromBranch
121119
targetPath: '$(Pipeline.Workspace)/PythonExtensionArtifact'
122120
condition: eq(variables['USETESTPYTHONEXTENSIONS'], true)
123121
- bash: |

0 commit comments

Comments
 (0)