File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 RepoModelsDir : $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/
1919
2020- pwsh : |
21- Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/"
21+ Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/src/main/java/${{ parameters.namespacePath }}/generated/" -Force
2222 displayName : Move kiota specific metadata to expected location (txt for export file, json for lock or workspace file)
2323 workingDirectory : $(kiotaDirectory)/output/
Original file line number Diff line number Diff line change 1818
1919
2020- pwsh : |
21- Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/packages/"
21+ Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/packages/" -Force
2222 displayName : Move kiota specific metadata to expected location (txt for export file, json for lock or workspace file)
2323 workingDirectory : $(kiotaDirectory)/output/
You can’t perform that action at this time.
0 commit comments