Skip to content

Commit 416258d

Browse files
committed
refactor: remove checkout and metadata copying steps for Agents-M365Copilot
1 parent de3a9fb commit 416258d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.azure-pipelines/generation-templates/set-up-for-generation-kiota.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,6 @@ steps:
2323
submodules: recursive
2424
condition: or(eq(variables.skipMetadataCaptureAndClean, true), eq(variables.skipOpenApiCaptureAndClean, true))
2525

26-
- checkout: Agents-M365Copilot
27-
displayName: checkout Agents-M365Copilot to get the OpenAPI file
28-
fetchDepth: 1
29-
persistCredentials: true
30-
submodules: recursive
31-
32-
- pwsh: |
33-
md $(Build.SourcesDirectory)/msgraph-metadata/clean_v10_openapi
34-
md $(Build.SourcesDirectory)/msgraph-metadata/clean_beta_openapi
35-
Copy-Item -Path $(Build.SourcesDirectory)/Agents-M365Copilot/openapi/ccs-beta-review-openapi.yml -Destination $(Build.SourcesDirectory)/msgraph-metadata/clean_v10_openapi/openapi.yaml
36-
Copy-Item -Path $(Build.SourcesDirectory)/Agents-M365Copilot/openapi/ccs-beta-review-openapi.yml -Destination $(Build.SourcesDirectory)/msgraph-metadata/clean_beta_openapi/openapi.yaml
37-
displayName: Move Custom CCS metadata to expected location
38-
3926
- pwsh: |
4027
md $(Build.SourcesDirectory)/msgraph-metadata/clean_v10_openapi
4128
md $(Build.SourcesDirectory)/msgraph-metadata/clean_beta_openapi

0 commit comments

Comments
 (0)