microsoftgraph / MSGraph-SDK-Code-Generator

MSGraph SDK Code Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update tasks.json for publishing generation output

zengin opened this issue · comments

Related #513

  • Reuse PowerShell scripts used in generation pipelines to copy from generation output folder to the corresponding SDK project.
    • Current launch.json for Java points to the SDK project directly for generation output. This could work for additive scenarios, but if a type is removed, it won't be reflected. Reusing generation scripts would give us that "cleaning the old models" step for free.
  • Consider integrating these tasks into launch JSON as post debug tasks. See comment: #515 (comment)

AB#8979

closing stale issues assigned to me.