We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a0a8e commit a941ba6Copy full SHA for a941ba6
.azure-pipelines/generation-templates/capture-openapi.yml
@@ -152,9 +152,8 @@ jobs:
152
sourceFolder: '$(Build.ArtifactStagingDirectory)'
153
contents: '**/*.yaml'
154
targetFolder: '$(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}'
155
+ overwrite: true
156
displayName: Copy OpenAPI files to local msgraph-metadata repo
- overwrite: true
157
-
158
159
# Push changes to msgraph-metadata repo and create PR
160
- pwsh: '$(scriptsDirectory)/git-push-cleanmetadata.ps1'
0 commit comments