Skip to content

Commit a941ba6

Browse files
committed
ci: correct the copyfile overwrite parameter
1 parent 24a0a8e commit a941ba6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ jobs:
152152
sourceFolder: '$(Build.ArtifactStagingDirectory)'
153153
contents: '**/*.yaml'
154154
targetFolder: '$(Build.SourcesDirectory)/msgraph-metadata/openapi/${{ parameters.endpoint }}'
155+
overwrite: true
155156
displayName: Copy OpenAPI files to local msgraph-metadata repo
156-
overwrite: true
157-
158157

159158
# Push changes to msgraph-metadata repo and create PR
160159
- pwsh: '$(scriptsDirectory)/git-push-cleanmetadata.ps1'

0 commit comments

Comments
 (0)