Skip to content

Commit 5eb60af

Browse files
authored
Merge pull request #23 from MobileTeleSystems/feature/doc_path
fix work AcgApiDocumentDir project property
2 parents be2c3ff + 71ab099 commit 5eb60af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<_Temporary Include="**/*.nswag" Exclude="%(OpenApiReference.Options)">
3030
<DocumentDir>$(ProjectDir)%(RecursiveDir)</DocumentDir>
3131
</_Temporary>
32-
<_Temporary Update="@(_Temporary)" Condition="'$(AcgApiDocumentDir)' == 'true'">
32+
<_Temporary Update="@(_Temporary)" Condition="'$(AcgApiDocumentDir)' != ''">
3333
<DocumentDir>$([MSBuild]::EnsureTrailingSlash('$(AcgApiDocumentDir)'))</DocumentDir>
3434
</_Temporary>
3535

0 commit comments

Comments
 (0)