Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 23776f7

Browse files
authored
revert skills lib to not use a customized nuspec file to make its dependencies streamlined (#1966)
1 parent 5c62537 commit 23776f7

File tree

3 files changed

+2
-46
lines changed

3 files changed

+2
-46
lines changed

lib/csharp/microsoft.bot.builder.skills/Microsoft.Bot.Builder.Skills/Microsoft.Bot.Builder.Skills.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PropertyGroup>
1111
<TargetFramework>netstandard2.0</TargetFramework>
1212
<AssemblyName>Microsoft.Bot.Builder.Skills</AssemblyName>
13-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
13+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<Company>Microsoft</Company>
1515
<Authors>Microsoft</Authors>
1616
<Description>Shared library for building Bot Framework Skills.</Description>
@@ -19,11 +19,8 @@
1919
<SignAssembly>true</SignAssembly>
2020
<DelaySign>true</DelaySign>
2121
<AssemblyOriginatorKeyFile>..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
22-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
22+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2323
</PropertyGroup>
24-
<ItemGroup>
25-
<Compile Remove="Models\SkillDefinition.cs"/>
26-
</ItemGroup>
2724
<ItemGroup>
2825
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.2"/>
2926
<PackageReference Include="Microsoft.Bot.Builder" Version="4.5.1"/>

lib/csharp/microsoft.bot.builder.skills/Microsoft.Bot.Builder.Skills/Microsoft.Bot.Builder.Skills.nuspec

Lines changed: 0 additions & 26 deletions
This file was deleted.

lib/csharp/microsoft.bot.builder.skills/Microsoft.Bot.Builder.Skills/Models/SkillDefinition.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)