File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ if (Test-Path ./tsp-output) {
136136 Remove-Item ./ tsp- output - Recurse - Force
137137}
138138
139- # run other local tests except partial update
139+ # generate for other local test sources except partial update
140140$job = Get-Item ./ tsp/* - Filter " *.tsp" - Exclude " *partialupdate*" | ForEach-Object - Parallel $generateScript - ThrottleLimit $Parallelization - AsJob
141141
142142$job | Wait-Job - Timeout 600
@@ -147,7 +147,7 @@ npx tsp compile ./tsp/partialupdate.tsp --option="@azure-tools/typespec-java.emi
147147Copy-Item - Path ./ existingcode/ src/ main/ java/ tsptest/ partialupdate - Destination ./ src/ main/ java/ tsptest/ partialupdate - Recurse - Force
148148Remove-Item ./ existingcode - Recurse - Force
149149
150- # run cadl ranch tests sources
150+ # generate for http-specs/azure-http-specs test sources
151151Copy-Item - Path node_modules/ @typespec / http- specs/ specs - Destination ./ - Recurse - Force
152152Copy-Item - Path node_modules/ @azure - tools/ azure- http- specs/ specs - Destination ./ - Recurse - Force
153153# remove xml tests, emitter has not supported xml model
You can’t perform that action at this time.
0 commit comments