We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be2c3ff + 71ab099 commit 5eb60afCopy full SHA for 5eb60af
src/ApiCodeGenerator.MSBuild/build/ApiCodeGenerator.MSBuild.props
@@ -29,7 +29,7 @@
29
<_Temporary Include="**/*.nswag" Exclude="%(OpenApiReference.Options)">
30
<DocumentDir>$(ProjectDir)%(RecursiveDir)</DocumentDir>
31
</_Temporary>
32
- <_Temporary Update="@(_Temporary)" Condition="'$(AcgApiDocumentDir)' == 'true'">
+ <_Temporary Update="@(_Temporary)" Condition="'$(AcgApiDocumentDir)' != ''">
33
<DocumentDir>$([MSBuild]::EnsureTrailingSlash('$(AcgApiDocumentDir)'))</DocumentDir>
34
35
0 commit comments