We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4277a commit ff96a9dCopy full SHA for ff96a9d
packages/http-client-java/generator/http-client-generator-standard-test/Generate.ps1
@@ -88,6 +88,9 @@ Copy-Item -Path node_modules/@typespec/http-specs/specs -Destination ./ -Recurse
88
# remove xml tests, emitter has not supported xml model
89
Remove-Item ./specs/payload/xml -Recurse -Force
90
91
+# ServiceVersion not in core
92
+Remove-Item ./specs/versioning -Recurse -Force
93
+
94
$job = (Get-ChildItem ./specs -Include "main.tsp","old.tsp" -File -Recurse) | ForEach-Object -Parallel $generateScript -ThrottleLimit $Parallelization -AsJob
95
96
$job | Wait-Job -Timeout 1200
0 commit comments