Skip to content

Commit

Permalink
Revert "Add missing dependency Microsoft.DotNet.PlatformAbstractions.…
Browse files Browse the repository at this point in the history
…dll (#108)" (#111)

This reverts commit 1a921c7.

Realized that this dependency is only needed on Core and it is available in the SDK, so we don't need to include it in the package.
  • Loading branch information
tmat authored Jul 5, 2018
1 parent 5c19cb6 commit ffd0b68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion eng/SignToolData.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"exclude": [
"git2-b0d9952.dll",
"LibGit2Sharp.dll",
"Microsoft.DotNet.PlatformAbstractions.dll",
"Microsoft.TeamFoundation.Client.dll",
"Microsoft.TeamFoundation.Common.dll",
"Microsoft.TeamFoundation.Core.WebApi.dll",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
<file src="netcoreapp2.0\publish\runtimes\win-x64\native\*.dll" target="tools\netcoreapp2.0\runtimes\win-x64\native" />

<file src="netcoreapp2.0\publish\LibGit2Sharp.dll" target="tools\netcoreapp2.0" />
<file src="netcoreapp2.0\publish\Microsoft.DotNet.PlatformAbstractions.*" target="tools\netcoreapp2.0" />
<file src="netcoreapp2.0\publish\Microsoft.Build.Tasks.Git.*" target="tools\netcoreapp2.0" />
<file src="netcoreapp2.0\publish\**\Microsoft.Build.Tasks.Git.resources.dll" target="tools\netcoreapp2.0" />

<file src="net461\Microsoft.Build.Tasks.Git.*" target="tools\net461" />
<file src="net461\Microsoft.DotNet.PlatformAbstractions.*" target="tools\net461" />
<file src="net461\**\Microsoft.Build.Tasks.Git.resources.dll" target="tools\net461" />
<file src="net461\LibGit2Sharp.*" target="tools\net461" />
<file src="net461\lib\**\*.dll" target="tools\net461\lib" />
Expand Down

0 comments on commit ffd0b68

Please sign in to comment.