File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 3 files changed +8
-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/"
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 1515- pwsh : $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts/incrementMinorVersion.ps1
1616 displayName : ' Increment minor version number'
1717 workingDirectory : ' $(Build.SourcesDirectory)/${{ parameters.repoName }}/scripts'
18+
19+
20+ - pwsh : |
21+ Move-Item -Path "*.txt","*.json" -Destination "$(Build.SourcesDirectory)/${{ parameters.repoName }}/packages/"
22+ displayName : Move kiota specific metadata to expected location (txt for export file, json for lock or workspace file)
23+ workingDirectory : $(kiotaDirectory)/output/
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ foreach ($directory in $packagesDirectories) {
2222 Invoke-Expression " $PSScriptRoot \fix-typescript-fluent-packages-imports.ps1 -targetDirectory $ ( $directory.FullName ) -packageName $packageName "
2323}
2424
25- Write-Host " Copied the generated files into the repo. From: $env: OutputFullPath to: $env: RepoModelsDir " - ForegroundColor Green
25+ Write-Host " Copied the generated files into the repo. From: $sourceDirectory to: $targetDirectory " - ForegroundColor Green
You can’t perform that action at this time.
0 commit comments