Update the `documentation` build configuration
- don't generate nugets for this config - do generate documention XML for all libraries - do include all library projects - don't include test or sample projects
This commit is contained in:
Родитель
7b16718020
Коммит
b6232a8f6f
|
@ -406,7 +406,6 @@ Global
|
|||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Documentation|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2F77CA1D-E6F0-4DEA-96BB-8A039F4D0FF8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<PackageId>Microsoft.Bot.Builder.Ai.LUIS</PackageId>
|
||||
<Description>LUIS Middleware and Recognizers for the Microsoft Bot Builder SDK</Description>
|
||||
<Summary>This library implements C# classes for building bots using LUIS.</Summary>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<PackageId>Microsoft.Bot.Builder.Ai.QnA</PackageId>
|
||||
<Description>Classes for using QnA Maker Cognitive Service on the Microsoft Bot Builder SDK</Description>
|
||||
<Summary>This library implements C# classes for building bots using Microsoft Cognitive services.</Summary>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<PackageId>Microsoft.Bot.Builder.Ai.Translation</PackageId>
|
||||
<Description>Classes for using Translation Cognitive Services on the Microsoft Bot Builder SDK</Description>
|
||||
<Summary>This library implements C# classes for building bots using Microsoft Cognitive services.</Summary>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -46,6 +46,10 @@
|
|||
<DocumentationFile>bin\Documentation\netstandard2.0\Microsoft.Bot.Builder.Dialogs.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>bin\Debug\netstandard2.0\Microsoft.Bot.Builder.Dialogs.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Bot.Builder.Core" Condition=" '$(PackageVersion)' == '' " Version="4.0.0-local" />
|
||||
<PackageReference Include="Microsoft.Bot.Builder.Core" Condition=" '$(PackageVersion)' != '' " Version="$(PackageVersion)" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче