Skip to content

Commit fa846a0

Browse files
authored
Merge pull request #192 from pascalberger/feature/gh-191
(GH-191) Fix NuGet packaging
2 parents 7486364 + a3c2554 commit fa846a0

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)