We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f8190 commit d7214feCopy full SHA for d7214fe
src/Cake.Tfs/Cake.Tfs.csproj
@@ -58,6 +58,9 @@
58
<TfmSpecificPackageFile Include="$(OutputPath)\**\Cake.Tfs.*">
59
<PackagePath>lib\$(TargetFramework)\</PackagePath>
60
</TfmSpecificPackageFile>
61
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.IdentityModel.Clients.ActiveDirectory.dll">
62
+ <PackagePath>lib\$(TargetFramework)\</PackagePath>
63
+ </TfmSpecificPackageFile>
64
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Common.dll">
65
66
0 commit comments