Skip to content

Commit

Permalink
Add missing dependency (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Sep 24, 2022
1 parent 9c44bf5 commit 40d2c59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cake.AzureDevOps/Cake.AzureDevOps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Policy.WebApi.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll">
<PackagePath>lib\$(TargetFramework)\</PackagePath>
</TfmSpecificPackageFile>
Expand Down

0 comments on commit 40d2c59

Please sign in to comment.