File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ python -m invoke -c test_setup build-protos
13
13
14
14
cd ..
15
15
cp .artifactignore " $BUILD_SOURCESDIRECTORY /deps"
16
- cp azure_functions_worker/protos/FunctionRpc_pb2_grpc.py " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker/protos"
17
- cp azure_functions_worker/protos/FunctionRpc_pb2.py " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker/protos"
16
+ cp -r azure_functions_worker/protos " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker"
Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ python -m invoke -c test_setup build-protos
13
13
14
14
cd ..
15
15
cp .artifactignore " $BUILD_SOURCESDIRECTORY /deps"
16
- cp azure_functions_worker/protos/FunctionRpc_pb2_grpc.py " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker/protos"
17
- cp azure_functions_worker/protos/FunctionRpc_pb2.py " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker/protos"
16
+ cp -r azure_functions_worker/protos " $BUILD_SOURCESDIRECTORY /deps/azure_functions_worker"
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ python -m invoke -c test_setup build-protos
15
15
16
16
cd ..
17
17
Copy-Item - Path " .artifactignore" - Destination $depsPath.ToString ()
18
- Copy-Item - Path " azure_functions_worker/protos/FunctionRpc_pb2_grpc.py" - Destination $protosPath.ToString ()
19
- Copy-Item - Path " azure_functions_worker/protos/FunctionRpc_pb2.py" - Destination $protosPath.ToString ()
18
+ Copy-Item - Path " azure_functions_worker/protos/*" - Destination $protosPath.ToString () - Recurse - Force
You can’t perform that action at this time.
0 commit comments