We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac586a3 commit ef27250Copy full SHA for ef27250
.azure-pipelines/generate-v1.0-models.yml
@@ -118,7 +118,7 @@ steps:
118
$comDestinationDirectory = Join-Path $env:repoDir "\src\main\java\"
119
120
# copies com/ directory to java SDK repo, by following all the recursive paths
121
- Copy-Item $comDirectory -Destination $comTargetDirectory -Recurse -Force
+ Copy-Item $comDirectory -Destination $comDestinationDirectory -Recurse -Force
122
Write-Host "Copied the generated com\ files into the repo. From: $comDirectory to: $comDestinationDirectory" -ForegroundColor Green
123
124
- task: PowerShell@2
0 commit comments