Skip to content

Commit

Permalink
skip versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft committed Dec 25, 2024
1 parent 6a4277a commit f84cc08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Copy-Item -Path node_modules/@typespec/http-specs/specs -Destination ./ -Recurse
# remove xml tests, emitter has not supported xml model
Remove-Item ./specs/payload/xml -Recurse -Force

# No ServiceVersion
Remove-Item ./specs/versioning -Recurse -Force

$job = (Get-ChildItem ./specs -Include "main.tsp","old.tsp" -File -Recurse) | ForEach-Object -Parallel $generateScript -ThrottleLimit $Parallelization -AsJob

$job | Wait-Job -Timeout 1200
Expand Down

0 comments on commit f84cc08

Please sign in to comment.