Skip to content

Commit acb7627

Browse files
committed
Set property to not generate documentation file
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
1 parent e0ecb9e commit acb7627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MSBuild.Sdk.SqlProj/Sdk/Sdk.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<TargetExt>.dacpac</TargetExt>
1313
<EnableSdkContainerSupport Condition="'$(EnableSdkContainerSupport)' == ''">true</EnableSdkContainerSupport>
1414
<SqlPackageDownloadUrl>https://aka.ms/sqlpackage-linux</SqlPackageDownloadUrl>
15+
16+
<!-- Setting this here so that we won't try to generate a documentation file and then fail on publish since it doesn't exist -->
17+
<GenerateDocumentationFile>False</GenerateDocumentationFile>
1518
</PropertyGroup>
1619

1720
<PropertyGroup>

0 commit comments

Comments
 (0)