File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 73
73
ConfluentCloudPassword : $(ConfluentCloudPassword)
74
74
AzureWebJobsEventGridOutputBindingTopicUriString : $(AzureWebJobsEventGridOutputBindingTopicUriString)
75
75
AzureWebJobsEventGridOutputBindingTopicKeyString : $(AzureWebJobsEventGridOutputBindingTopicKeyString)
76
- displayName : ' Build & Run tests for java 8'
76
+ displayName : ' Build & Run tests for java 8'
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ Write-Host "Replacing Java worker binaries in the Core Tools..."
98
98
Get-ChildItem - Path " ./azure-functions-java-worker/target/*" - Include ' azure*' - Exclude ' *shaded.jar' , ' *tests.jar' | ForEach-Object {
99
99
Copy-Item $_.FullName " ./Azure.Functions.Cli/workers/java/azure-functions-java-worker.jar" - Force - Verbose
100
100
}
101
+ Copy-Item - Path " ./azure-functions-java-worker/annotationLib" - Destination " ./Azure.Functions.Cli/workers/java/annotationLib" - Recurse - Verbose
101
102
Copy-Item - Path " .\Azure.Functions.Cli" - Destination " .\azure-functions-java-worker\Azure.Functions.Cli" - Recurse
102
103
103
104
# Updating end to end tests with the new library
You can’t perform that action at this time.
0 commit comments