You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .azure-pipelines/generation-templates/capture-openapi.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# 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
3
4
parameters:
4
5
- name: 'endpoint'
5
6
type: string
@@ -96,6 +97,7 @@ jobs:
96
97
- job: publish_openapi
97
98
dependsOn: convert_openapi
98
99
displayName: Publish
100
+
## If there's new settings added please add them here too
0 commit comments