Skip to content

Commit c3006a9

Browse files
authored
Merge pull request #27 from MobileTeleSystems/hotfix/yaml_links
Fix links for yaml
2 parents 02c3274 + e0e5c52 commit c3006a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiCodeGenerator.MSBuild/build/ApiCodeGenerator.MSBuild.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
</_Temporary1>
4040
<_Temporary1 Include="@(_Temporary)">
4141
<OpenApiPath>%(DocumentDir)%(FileName).yml</OpenApiPath>
42-
<Options>%(FullPath)</Options>
42+
<Options>%(Identity)</Options>
4343
</_Temporary1>
4444
<_Temporary1 Include="@(_Temporary)">
4545
<OpenApiPath>%(DocumentDir)%(FileName).yaml</OpenApiPath>
46-
<Options>%(FullPath)</Options>
46+
<Options>%(Identity)</Options>
4747
</_Temporary1>
4848

4949
<_OpenApiReference Include="@(_Temporary1 -&gt; '%(OpenApiPath)')"

0 commit comments

Comments
 (0)