9999 endpointVersion : ${{ parameters.endpoint }}
100100 displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata'
101101
102- - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_${{ parameters.sanitizedEndpoint }}_metadata/cleanMetadataWithDescriptions${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/$( metadataTypeSpecAnnotationsOutputDir) "'
102+ - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_${{ parameters.sanitizedEndpoint }}_metadata/cleanMetadataWithDescriptions${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/${{ parameters. metadataTypeSpecAnnotationsOutputDir }} "'
103103
104104 # # Only run if the previous step was successful
105105- pwsh : ' $(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -116,7 +116,7 @@ steps:
116116 OutputMetadataFileName : ' cleanMetadataWithDescriptionsAndAnnotations'
117117 displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata and keep capability annotations'
118118
119- - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_$(sanitizedEndpoint)_metadata/cleanMetadataWithDescriptionsAndAnnotations${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/$( metadataTypeSpecAnnotationsOutputDir) "'
119+ - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_$(sanitizedEndpoint)_metadata/cleanMetadataWithDescriptionsAndAnnotations${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/${{ parameters. metadataTypeSpecAnnotationsOutputDir }} "'
120120
121121 # # Only run if the previous step was successful
122122- pwsh : ' $(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -134,7 +134,7 @@ steps:
134134 OutputMetadataFileName : ' cleanMetadataWithDescriptionsAndAnnotationsAndErrors'
135135 displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata and keep capability annotations and include error information'
136136
137- - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_$(sanitizedEndpoint)_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrors${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/$( metadataTypeSpecAnnotationsOutputDir) "'
137+ - pwsh : ' $[parameters['' metadataAnnotationsCopyScriptPath'' ]] -targetCsdlPath "$(Build.SourcesDirectory)/msgraph-metadata/clean_$(sanitizedEndpoint)_metadata/cleanMetadataWithDescriptionsAndAnnotationsAndErrors${{ parameters.endpoint }}.xml" -sourceCsdlDirectoryPath "$(metadataTypeSpecAnnotationsSource)/${{ parameters. metadataTypeSpecAnnotationsOutputDir }} "'
138138
139139
140140# publish metadata as an artifact
0 commit comments