Update pipeline to include annotation lib folder
This commit is contained in:
Родитель
2c26713794
Коммит
13a588d5a8
|
@ -73,4 +73,4 @@ jobs:
|
|||
ConfluentCloudPassword: $(ConfluentCloudPassword)
|
||||
AzureWebJobsEventGridOutputBindingTopicUriString: $(AzureWebJobsEventGridOutputBindingTopicUriString)
|
||||
AzureWebJobsEventGridOutputBindingTopicKeyString: $(AzureWebJobsEventGridOutputBindingTopicKeyString)
|
||||
displayName: 'Build & Run tests for java 8'
|
||||
displayName: 'Build & Run tests for java 8'
|
||||
|
|
|
@ -98,6 +98,7 @@ Write-Host "Replacing Java worker binaries in the Core Tools..."
|
|||
Get-ChildItem -Path "./azure-functions-java-worker/target/*" -Include 'azure*' -Exclude '*shaded.jar','*tests.jar' | ForEach-Object {
|
||||
Copy-Item $_.FullName "./Azure.Functions.Cli/workers/java/azure-functions-java-worker.jar" -Force -Verbose
|
||||
}
|
||||
Copy-Item -Path "./azure-functions-java-worker/annotationLib" -Destination "./Azure.Functions.Cli/workers/java/annotationLib" -Recurse -Verbose
|
||||
Copy-Item -Path ".\Azure.Functions.Cli" -Destination ".\azure-functions-java-worker\Azure.Functions.Cli" -Recurse
|
||||
|
||||
# Updating end to end tests with the new library
|
||||
|
|
Загрузка…
Ссылка в новой задаче