We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a86f16 commit 6ea52afCopy full SHA for 6ea52af
setup-tests-pipeline.ps1
@@ -37,12 +37,3 @@ Write-Host "Copying azure-functions-java-worker to Functions Host workers direc
37
Get-ChildItem -Path .\target\* -Include 'azure*' -Exclude '*shaded.jar','*tests.jar' | %{ Copy-Item $_.FullName ".\Azure.Functions.Cli\workers\java\azure-functions-java-worker.jar" }
38
Copy-Item ".\worker.config.json" ".\Azure.Functions.Cli\workers\java"
39
Copy-Item ".\lib_worker_1.6.2" ".\Azure.Functions.Cli\workers\java\lib" -Recurse
40
-
41
-Get-ChildItem -Path .\Azure.Functions.Cli\workers\java\*
42
-Write-Host "AHMED11"
43
44
-Get-ChildItem -Path .\Azure.Functions.Cli\workers\java\lib\*
45
-Write-Host "AHMED1"
46
47
-Get-ChildItem -Path .\lib_worker_1.6.2\*
48
-Write-Host "AHMED"
0 commit comments