Skip to content

Commit d7214fe

Browse files
committed
(GH-141) Add Microsoft.IdentityModel.Clients.ActiveDirectory.dll to NuGet package
1 parent 82f8190 commit d7214fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cake.Tfs/Cake.Tfs.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<TfmSpecificPackageFile Include="$(OutputPath)\**\Cake.Tfs.*">
5959
<PackagePath>lib\$(TargetFramework)\</PackagePath>
6060
</TfmSpecificPackageFile>
61+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.IdentityModel.Clients.ActiveDirectory.dll">
62+
<PackagePath>lib\$(TargetFramework)\</PackagePath>
63+
</TfmSpecificPackageFile>
6164
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Common.dll">
6265
<PackagePath>lib\$(TargetFramework)\</PackagePath>
6366
</TfmSpecificPackageFile>

0 commit comments

Comments
 (0)