chore: fix nuget package duplicated file error (#4109)

This commit is contained in:
James Yeung 2024-08-21 14:23:56 +08:00 committed by GitHub
parent 58b2a5b8fd
commit 49afcc72d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View File

@ -359,3 +359,4 @@ scripts/previewEditor/index.html
site/AntDesign.Docs/wwwroot/color.less
.history
/components/LocalizedIntellisenseFiles/AntDesign.xml
components/LocalizedIntellisenseFiles/AntDesign.xml

View File

@ -25,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{D34F1DE5
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.Docs.Build.CLI", "site\AntDesign.Docs.Build.CLI\AntDesign.Docs.Build.CLI.csproj", "{5A765767-0766-433D-B78D-97D8F29CA6A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "hosts", "hosts", "{752F5AE8-BA08-4C41-B9B2-D2ED12727E63}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{752F5AE8-BA08-4C41-B9B2-D2ED12727E63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.TestKit", "tests\AntDesign.TestKit\AntDesign.TestKit.csproj", "{7193BE83-12C1-4B35-8197-C28D20FBA1E6}"
EndProject
@ -111,7 +111,7 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0D3995E9-EBD9-4BBB-9E6C-3A3DE8C4611A} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
{E2E6E4E8-2156-4B55-8164-40349D86330B} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
{E2E6E4E8-2156-4B55-8164-40349D86330B} = {752F5AE8-BA08-4C41-B9B2-D2ED12727E63}
{B8761D43-B253-49FC-B144-A6CCB061951B} = {752F5AE8-BA08-4C41-B9B2-D2ED12727E63}
{3F5C09C7-81EB-461C-8E0E-538D3FBAB931} = {752F5AE8-BA08-4C41-B9B2-D2ED12727E63}
{5A765767-0766-433D-B78D-97D8F29CA6A6} = {D34F1DE5-ECF7-4CF0-8325-B7A38F41D376}

View File

@ -22,10 +22,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<!--<GenerateDocumentationFile>true</GenerateDocumentationFile>-->
<DocumentationFile>./LocalizedIntellisenseFiles/$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>