Skip to content

Commit 7aefe44

Browse files
author
Andrew Omondi
committed
fix: missing java lock and export files.
1 parent b0cc251 commit 7aefe44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure-pipelines/generation-templates/java-kiota.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ steps:
1616
BuildConfiguration: $(buildConfiguration)
1717
OutputFullPath: $(kiotaDirectory)/output/${{ parameters.namespacePath }}/*
1818
RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
19+
20+
- pwsh: |
21+
Move-Item -Path "*.txt","*.json" -Destination $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
22+
displayName: Move kiota specific metadata to expected location (txt for export file, json for lock or workspace file)
23+
workingDirectory: $(kiotaDirectory)/output/

0 commit comments

Comments
 (0)