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 7486364 commit a3c2554Copy full SHA for a3c2554
src/Cake.AzureDevOps/Cake.AzureDevOps.csproj
@@ -69,7 +69,7 @@
69
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Core.WebApi.dll">
70
<PackagePath>lib\$(TargetFramework)\</PackagePath>
71
</TfmSpecificPackageFile>
72
- <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts">
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll">
73
74
75
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll">
0 commit comments