Skip to content

Commit 1371b5e

Browse files
committed
Merge branch 'release/2.1.1'
2 parents cded60f + 735e085 commit 1371b5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<RepositoryType>git</RepositoryType>
2424
<RepositoryUrl>https://github.com/cake-contrib/Cake.AzureDevOps.git</RepositoryUrl>
25-
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/2.1.0</PackageReleaseNotes>
25+
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/2.1.1</PackageReleaseNotes>
2626
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2727
<IncludeBuildOutput>false</IncludeBuildOutput>
2828
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
@@ -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)