|
16 | 16 | <Description>Addin for the Cake build automation system for working with Azure DevOps.</Description>
|
17 | 17 | <Authors>Pascal Berger</Authors>
|
18 | 18 | <Copyright>Copyright © Pascal Berger</Copyright>
|
19 |
| - <PackageTags>cake cake-addin azure-devops azure-devops-server</PackageTags> |
20 |
| - <PackageIcon>icon.png</PackageIcon> |
21 |
| - <PackageProjectUrl>http://cake-contrib.github.io/Cake.AzureDevOps/</PackageProjectUrl> |
22 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
23 |
| - <RepositoryType>git</RepositoryType> |
24 |
| - <RepositoryUrl>https://github.com/cake-contrib/Cake.AzureDevOps.git</RepositoryUrl> |
25 |
| - <PackageReleaseNotes>https://github.com/cake-contrib/Cake.AzureDevOps/releases/tag/$(Version)</PackageReleaseNotes> |
26 | 19 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
27 | 20 | <IncludeBuildOutput>false</IncludeBuildOutput>
|
28 | 21 | <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
|
|
45 | 38 | <PackageReference Include="Microsoft.VisualStudio.Services.InteractiveClient" Version="16.205.1" PrivateAssets="All" />
|
46 | 39 | <PackageReference Include="TfsUrlParser" Version="1.3.0" PrivateAssets="All" />
|
47 | 40 | </ItemGroup>
|
48 |
| - |
49 |
| - <ItemGroup> |
50 |
| - <None Include="3rdPartyLicense.txt" Pack="true" PackagePath="\" /> |
51 |
| - <None Include="icon.png" Pack="true" PackagePath="\" /> |
52 |
| - </ItemGroup> |
53 |
| - |
54 |
| - <Target Name="PackBuildOutputs" DependsOnTargets="SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup"> |
55 |
| - <ItemGroup> |
56 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\3rdPartyLicense.txt"> |
57 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
58 |
| - </TfmSpecificPackageFile> |
59 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Cake.AzureDevOps.*"> |
60 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
61 |
| - </TfmSpecificPackageFile> |
62 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.IdentityModel.Clients.ActiveDirectory.dll"> |
63 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
64 |
| - </TfmSpecificPackageFile> |
65 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Build2.WebApi.dll"> |
66 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
67 |
| - </TfmSpecificPackageFile> |
68 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Common.dll"> |
69 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
70 |
| - </TfmSpecificPackageFile> |
71 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Core.WebApi.dll"> |
72 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
73 |
| - </TfmSpecificPackageFile> |
74 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll"> |
75 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
76 |
| - </TfmSpecificPackageFile> |
77 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Policy.WebApi.dll"> |
78 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
79 |
| - </TfmSpecificPackageFile> |
80 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll"> |
81 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
82 |
| - </TfmSpecificPackageFile> |
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 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
91 |
| - </TfmSpecificPackageFile> |
92 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Common.dll"> |
93 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
94 |
| - </TfmSpecificPackageFile> |
95 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.WebApi.dll"> |
96 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
97 |
| - </TfmSpecificPackageFile> |
98 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\System.ComponentModel.Annotations.dll"> |
99 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
100 |
| - </TfmSpecificPackageFile> |
101 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\System.Net.Http.Formatting.dll"> |
102 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
103 |
| - </TfmSpecificPackageFile> |
104 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\TfsUrlParser.dll"> |
105 |
| - <PackagePath>lib\$(TargetFramework)\</PackagePath> |
106 |
| - </TfmSpecificPackageFile> |
107 |
| - </ItemGroup> |
108 |
| - </Target> |
109 | 41 | </Project>
|
0 commit comments