We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cc251 commit 7aefe44Copy full SHA for 7aefe44
.azure-pipelines/generation-templates/java-kiota.yml
@@ -16,3 +16,8 @@ steps:
16
BuildConfiguration: $(buildConfiguration)
17
OutputFullPath: $(kiotaDirectory)/output/${{ parameters.namespacePath }}/*
18
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