@@ -79,19 +79,22 @@ extends:
7979 - template : /eng/templates/jobs/ci-dependency-check.yml@self
8080 parameters :
8181 PoolName : 1es-pool-azfunc-public
82+ ArtifactFeed : ' public/PythonWorker_PublicPackages'
8283 - stage : RunWorkerUnitTests
8384 dependsOn : BuildPythonWorker
8485 jobs :
8586 - template : /eng/templates/jobs/ci-unit-tests.yml@self
8687 parameters :
8788 PROJECT_DIRECTORY : ' workers'
8889 PoolName : 1es-pool-azfunc-public
90+ ArtifactFeed : ' public/PythonWorker_PublicPackages'
8991 - stage : RunWorkerEmulatorTests
9092 dependsOn : BuildPythonWorker
9193 jobs :
9294 - template : /eng/templates/jobs/ci-emulator-tests.yml@self
9395 parameters :
9496 PoolName : 1es-pool-azfunc-public
97+ ArtifactFeed : ' public/PythonWorker_PublicPackages'
9598
9699 # Python V2 Library Build and Test Stages
97100 - stage : BuildV2Library
@@ -110,6 +113,7 @@ extends:
110113 PROJECT_NAME : ' V2 Library'
111114 PROJECT_DIRECTORY : ' runtimes/v2'
112115 PoolName : 1es-pool-azfunc-public
116+ ArtifactFeed : ' public/PythonWorker_PublicPackages'
113117
114118 # Python V1 Library Build and Test Stages
115119 - stage : BuildV1Library
@@ -127,4 +131,5 @@ extends:
127131 parameters :
128132 PROJECT_NAME : ' V1 Library'
129133 PROJECT_DIRECTORY : ' runtimes/v1'
130- PoolName : 1es-pool-azfunc-public
134+ PoolName : 1es-pool-azfunc-public
135+ ArtifactFeed : ' public/PythonWorker_PublicPackages'
0 commit comments