File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ function Generate($tspFile) {
21
21
22
22
./ Setup.ps1
23
23
24
- New-Item - Path ./ existingcode/ src/ main/ java/ com/ tsp / - ItemType Directory - Force
24
+ New-Item - Path ./ existingcode/ src/ main/ java/ com/ cadl / - ItemType Directory - Force
25
25
26
- if (Test-Path ./ src/ main/ java/ com/ tsp / partialupdate) {
27
- Copy-Item - Path ./ src/ main/ java/ com/ tsp / partialupdate - Destination ./ existingcode/ src/ main/ java/ com/ tsp / partialupdate - Recurse - Force
26
+ if (Test-Path ./ src/ main/ java/ com/ cadl / partialupdate) {
27
+ Copy-Item - Path ./ src/ main/ java/ com/ cadl / partialupdate - Destination ./ existingcode/ src/ main/ java/ com/ cadl / partialupdate - Recurse - Force
28
28
}
29
29
30
30
if (Test-Path ./ src/ main) {
@@ -41,7 +41,7 @@ foreach ($tspFile in (Get-Item ./tsp/* -Filter "*.tsp" -Exclude "*partialupdate*
41
41
42
42
# partial update test
43
43
npx tsp compile ./ tsp/ partialupdate.tsp -- options= " @azure-tools/typespec-java.emitter-output-dir={project-root}/existingcode"
44
- Copy-Item - Path ./ existingcode/ src/ main/ java/ com/ tsp / partialupdate - Destination ./ src/ main/ java/ com/ tsp / - Recurse - Force
44
+ Copy-Item - Path ./ existingcode/ src/ main/ java/ com/ cadl / partialupdate - Destination ./ src/ main/ java/ com/ cadl / - Recurse - Force
45
45
Remove-Item ./ existingcode - Recurse - Force
46
46
47
47
# run cadl ranch tests sources
You can’t perform that action at this time.
0 commit comments