Skip to content

Commit a3c2554

Browse files
committed
(GH-191) Fix NuGet packaging
1 parent 7486364 commit a3c2554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Core.WebApi.dll">
7070
<PackagePath>lib\$(TargetFramework)\</PackagePath>
7171
</TfmSpecificPackageFile>
72-
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts">
72+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll">
7373
<PackagePath>lib\$(TargetFramework)\</PackagePath>
7474
</TfmSpecificPackageFile>
7575
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll">

0 commit comments

Comments
 (0)