Skip to content

Commit 6d507ee

Browse files
author
Victoria Hall
committed
specified project name
1 parent 404f9f8 commit 6d507ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,14 @@ jobs:
7777
python setup.py build
7878
python setup.py webhost --branch-name=dev
7979
python setup.py extension
80-
mkdir logs
8180
displayName: 'Install dependencies and the worker'
8281
condition: and(eq(variables['USETESTPYTHONSDK'], false), eq(variables['USETESTPYTHONEXTENSIONS'], false))
8382
- task: DownloadPipelineArtifact@2
8483
displayName: 'Download Python SDK Artifact'
8584
inputs:
8685
buildType: specific
8786
artifactName: 'azure-functions'
88-
project: '3f99e810-c336-441f-8892-84983093ad7f'
87+
project: 'internal'
8988
definition: 679
9089
buildVersionToDownload: latest
9190
targetPath: '$(Pipeline.Workspace)/PythonSdkArtifact'
@@ -113,7 +112,7 @@ jobs:
113112
inputs:
114113
buildType: specific
115114
artifactName: $(PYTHONEXTENSIONNAME)
116-
project: '3f99e810-c336-441f-8892-84983093ad7f'
115+
project: 'internal'
117116
definition: 798
118117
buildVersionToDownload: latest
119118
targetPath: '$(Pipeline.Workspace)/PythonExtensionArtifact'

0 commit comments

Comments
 (0)