Skip to content

Commit c150118

Browse files
Merge pull request #173 from Azure/shreyasg/pipeline-fix
Update pipeline to include annotation lib folder
2 parents 2c26713 + 13a588d commit c150118

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
ConfluentCloudPassword: $(ConfluentCloudPassword)
7474
AzureWebJobsEventGridOutputBindingTopicUriString: $(AzureWebJobsEventGridOutputBindingTopicUriString)
7575
AzureWebJobsEventGridOutputBindingTopicKeyString: $(AzureWebJobsEventGridOutputBindingTopicKeyString)
76-
displayName: 'Build & Run tests for java 8'
76+
displayName: 'Build & Run tests for java 8'

build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Write-Host "Replacing Java worker binaries in the Core Tools..."
9898
Get-ChildItem -Path "./azure-functions-java-worker/target/*" -Include 'azure*' -Exclude '*shaded.jar','*tests.jar' | ForEach-Object {
9999
Copy-Item $_.FullName "./Azure.Functions.Cli/workers/java/azure-functions-java-worker.jar" -Force -Verbose
100100
}
101+
Copy-Item -Path "./azure-functions-java-worker/annotationLib" -Destination "./Azure.Functions.Cli/workers/java/annotationLib" -Recurse -Verbose
101102
Copy-Item -Path ".\Azure.Functions.Cli" -Destination ".\azure-functions-java-worker\Azure.Functions.Cli" -Recurse
102103

103104
# Updating end to end tests with the new library

0 commit comments

Comments
 (0)