Skip to content

Commit 519a5dd

Browse files
authored
Update .azure-pipelines/generation-templates/capture-metadata.yml
1 parent afdd8f0 commit 519a5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ steps:
120120
displayName: 'verify whether metadata is parsable as an Edm model'
121121

122122
# clean up extra files
123-
- pwsh: rm "$(Build.SourcesDirectory)/msgraph-metadata/transformed_*_metadata.*" -Verbose -Force
123+
- pwsh: Remove-Item "$(Build.SourcesDirectory)/msgraph-metadata/transformed_*_metadata.*" -Verbose -Force
124124
displayName: 'clean up transformed metadata generated by validation'
125125

126126
# Checkin clean metadata into metadata repo or make it an artifact.

0 commit comments

Comments
 (0)