Skip to content

Commit d3c2e25

Browse files
committed
adding comments
1 parent 616e469 commit d3c2e25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/generation-templates/capture-openapi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
2-
2+
# The following template creates multiple artifacts from a matrix, this is the intended behavior to follow the same workflow before the governance migration
3+
# For more information please refer to: https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/pull/1377#discussion_r2271024012
34
parameters:
45
- name: 'endpoint'
56
type: string
@@ -96,6 +97,7 @@ jobs:
9697
- job: publish_openapi
9798
dependsOn: convert_openapi
9899
displayName: Publish
100+
## If there's new settings added please add them here too
99101
templateContext:
100102
inputs:
101103
- input: pipelineArtifact

0 commit comments

Comments
 (0)