Skip to content

Commit 7f95fc9

Browse files
committed
Merge branch 'hotfix/0.3.2'
2 parents 7e29767 + d7214fe commit 7f95fc9

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

src/Cake.Tfs/3rdPartyLicense.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,6 @@ SOFTWARE.
2828

2929
---
3030

31-
JSON.NET
32-
33-
The MIT License (MIT)
34-
35-
Copyright (c) 2007 James Newton-King
36-
37-
Permission is hereby granted, free of charge, to any person obtaining a copy
38-
of this software and associated documentation files (the "Software"), to deal
39-
in the Software without restriction, including without limitation the rights
40-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
41-
copies of the Software, and to permit persons to whom the Software is
42-
furnished to do so, subject to the following conditions:
43-
44-
The above copyright notice and this permission notice shall be included in all
45-
copies or substantial portions of the Software.
46-
47-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
49-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
50-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
51-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
52-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
53-
SOFTWARE.
54-
55-
---
56-
5731
.NET Core Libraries (CoreFX)
5832

5933
The MIT License (MIT)

src/Cake.Tfs/Cake.Tfs.csproj

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<RepositoryType>git</RepositoryType>
2323
<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>
2525
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2626
<IncludeBuildOutput>false</IncludeBuildOutput>
2727
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
@@ -52,7 +52,37 @@
5252

5353
<Target Name="PackBuildOutputs" DependsOnTargets="SatelliteDllsProjectOutputGroup;DebugSymbolsProjectOutputGroup">
5454
<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">
5686
<PackagePath>lib\$(TargetFramework)\</PackagePath>
5787
</TfmSpecificPackageFile>
5888
</ItemGroup>

0 commit comments

Comments
 (0)