Skip to content

Commit 3fa5cd5

Browse files
authored
Merge pull request #1218 from microsoftgraph/andrueastman-patch-1
Fix sdk generation
2 parents 244ee20 + 519a5dd commit 3fa5cd5

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)