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 e040d4c commit 6882ab6Copy full SHA for 6882ab6
src/Cake.AzureDevOps/Cake.AzureDevOps.csproj
@@ -83,6 +83,9 @@
83
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.TestManagement.WebApi.dll">
84
<PackagePath>lib\$(TargetFramework)\</PackagePath>
85
</TfmSpecificPackageFile>
86
+ <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll">
87
+ <PackagePath>lib\$(TargetFramework)\</PackagePath>
88
+ </TfmSpecificPackageFile>
89
<TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Client.Interactive.dll">
90
91
0 commit comments