We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed59d8a commit 5306e86Copy full SHA for 5306e86
build.ps1
@@ -112,6 +112,7 @@ Write-Host "Replacing Java worker binaries in the Core Tools..."
112
Get-ChildItem -Path "./azure-functions-java-worker/target/*" -Include 'azure*' -Exclude '*shaded.jar','*tests.jar' | ForEach-Object {
113
Copy-Item $_.FullName "./Azure.Functions.Cli/workers/java/azure-functions-java-worker.jar" -Force -Verbose
114
}
115
+Copy-Item -Path "./azure-functions-java-worker/annotationLib" -Destination "./Azure.Functions.Cli/workers/java/annotationLib" -Recurse -Verbose
116
Copy-Item -Path ".\Azure.Functions.Cli" -Destination ".\azure-functions-java-worker\Azure.Functions.Cli" -Recurse
117
118
# Updating end to end tests with the new library
0 commit comments