99
99
endpointVersion : ${{ parameters.endpoint }}
100
100
displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata'
101
101
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 }} "'
103
103
104
104
# # Only run if the previous step was successful
105
105
- pwsh : ' $(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -116,7 +116,7 @@ steps:
116
116
OutputMetadataFileName : ' cleanMetadataWithDescriptionsAndAnnotations'
117
117
displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata and keep capability annotations'
118
118
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 }} "'
120
120
121
121
# # Only run if the previous step was successful
122
122
- pwsh : ' $(scriptsDirectory)/run-typewriter-clean-metadata.ps1'
@@ -134,7 +134,7 @@ steps:
134
134
OutputMetadataFileName : ' cleanMetadataWithDescriptionsAndAnnotationsAndErrors'
135
135
displayName : ' run Typewriter to clean ${{ parameters.endpoint }} metadata and keep capability annotations and include error information'
136
136
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 }} "'
138
138
139
139
140
140
# publish metadata as an artifact
0 commit comments