|
21 | 21 | <PackageLicenseExpression>MIT</PackageLicenseExpression>
|
22 | 22 | <RepositoryType>git</RepositoryType>
|
23 | 23 | <RepositoryUrl>https://github.com/cake-contrib/Cake.Tfs.git</RepositoryUrl>
|
24 |
| - <PackageReleaseNotes>https://github.com/cake-contrib/Cake.Tfs/releases/tag/0.3.1</PackageReleaseNotes> |
| 24 | + <PackageReleaseNotes>https://github.com/cake-contrib/Cake.Tfs/releases/tag/0.3.2</PackageReleaseNotes> |
25 | 25 | <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
26 | 26 | <IncludeBuildOutput>false</IncludeBuildOutput>
|
27 | 27 | <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
|
|
52 | 52 |
|
53 | 53 | <Target Name="PackBuildOutputs" DependsOnTargets="SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup">
|
54 | 54 | <ItemGroup>
|
55 |
| - <TfmSpecificPackageFile Include="$(OutputPath)\**\*" Exclude="$(OutputPath)\**\*.xml;$(OutputPath)\**\*.pdb;$(OutputPath)\**\Cake.Core.dll"> |
| 55 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\3rdPartyLicense.txt"> |
| 56 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 57 | + </TfmSpecificPackageFile> |
| 58 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Cake.Tfs.*"> |
| 59 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 60 | + </TfmSpecificPackageFile> |
| 61 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.IdentityModel.Clients.ActiveDirectory.dll"> |
| 62 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 63 | + </TfmSpecificPackageFile> |
| 64 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Common.dll"> |
| 65 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 66 | + </TfmSpecificPackageFile> |
| 67 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Core.WebApi.dll"> |
| 68 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 69 | + </TfmSpecificPackageFile> |
| 70 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll"> |
| 71 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 72 | + </TfmSpecificPackageFile> |
| 73 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Client.Interactive.dll"> |
| 74 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 75 | + </TfmSpecificPackageFile> |
| 76 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Common.dll"> |
| 77 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 78 | + </TfmSpecificPackageFile> |
| 79 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.WebApi.dll"> |
| 80 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 81 | + </TfmSpecificPackageFile> |
| 82 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\System.Net.Http.Formatting.dll"> |
| 83 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 84 | + </TfmSpecificPackageFile> |
| 85 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\TfsUrlParser.dll"> |
56 | 86 | <PackagePath>lib\$(TargetFramework)\</PackagePath>
|
57 | 87 | </TfmSpecificPackageFile>
|
58 | 88 | </ItemGroup>
|
|
0 commit comments