|
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.TeamFoundation.Common.dll"> |
| 62 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 63 | + </TfmSpecificPackageFile> |
| 64 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.Core.WebApi.dll"> |
| 65 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 66 | + </TfmSpecificPackageFile> |
| 67 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.TeamFoundation.SourceControl.WebApi.dll"> |
| 68 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 69 | + </TfmSpecificPackageFile> |
| 70 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Client.Interactive.dll"> |
| 71 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 72 | + </TfmSpecificPackageFile> |
| 73 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.Common.dll"> |
| 74 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 75 | + </TfmSpecificPackageFile> |
| 76 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\Microsoft.VisualStudio.Services.WebApi.dll"> |
| 77 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 78 | + </TfmSpecificPackageFile> |
| 79 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\System.Net.Http.Formatting.dll"> |
| 80 | + <PackagePath>lib\$(TargetFramework)\</PackagePath> |
| 81 | + </TfmSpecificPackageFile> |
| 82 | + <TfmSpecificPackageFile Include="$(OutputPath)\**\TfsUrlParser.dll"> |
56 | 83 | <PackagePath>lib\$(TargetFramework)\</PackagePath>
|
57 | 84 | </TfmSpecificPackageFile>
|
58 | 85 | </ItemGroup>
|
|
0 commit comments