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 9c44bf5 commit 40d2c59Copy full SHA for 40d2c59
src/Cake.AzureDevOps/Cake.AzureDevOps.csproj
@@ -74,6 +74,9 @@
74
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll">
75
<PackagePath>lib\$(TargetFramework)\</PackagePath>
76
</TfmSpecificPackageFile>
77
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Policy.WebApi.dll">
78
+ <PackagePath>lib\$(TargetFramework)\</PackagePath>
79
+ </TfmSpecificPackageFile>
80
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll">
81
82
0 commit comments