Skip to content

Commit 6882ab6

Browse files
Add missing dependency (#371)
* Add missing dependency fixes #370 * Fix whitespaces Co-authored-by: Pascal Berger <[email protected]>
1 parent e040d4c commit 6882ab6

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
@@ -83,6 +83,9 @@
8383
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.TestManagement.WebApi.dll">
8484
<PackagePath>lib\$(TargetFramework)\</PackagePath>
8585
</TfmSpecificPackageFile>
86+
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll">
87+
<PackagePath>lib\$(TargetFramework)\</PackagePath>
88+
</TfmSpecificPackageFile>
8689
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Client.Interactive.dll">
8790
<PackagePath>lib\$(TargetFramework)\</PackagePath>
8891
</TfmSpecificPackageFile>

0 commit comments

Comments
 (0)