Skip to content

Commit 40d2c59

Browse files
authored
Add missing dependency (#362)
1 parent 9c44bf5 commit 40d2c59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll">
7575
<PackagePath>lib\$(TargetFramework)\</PackagePath>
7676
</TfmSpecificPackageFile>
77+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Policy.WebApi.dll">
78+
<PackagePath>lib\$(TargetFramework)\</PackagePath>
79+
</TfmSpecificPackageFile>
7780
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll">
7881
<PackagePath>lib\$(TargetFramework)\</PackagePath>
7982
</TfmSpecificPackageFile>

0 commit comments

Comments
 (0)