8000 Ease deployment of LibGit2Sharp based web sites #597 by sitereactor · Pull Request #705 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Ease deployment of LibGit2Sharp based web sites #597 #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correcting identation
  • Loading branch information
sitereactor committed May 2, 2014
commit 6e0e9fd62928d796574dfdd354c395717a1a08a9
4 changes: 2 additions & 2 deletions nuget.package/LibGit2Sharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<file src="..\LICENSE.md" target="App_Readme\LibGit2Sharp.LICENSE.md" />
<file src="..\CHANGES.md" target="App_Readme\LibGit2Sharp.CHANGES.md" />
<file src="..\nuget.package\Tools\*.*" target="Tools" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we're now leveraging targets and props, do we still need the Tools folder and the *.ps1 files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, they should just be removed. Forgot to ask if its okay to just go ahead and delete all those powershell scripts from the repository?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay to just go ahead and delete all those powershell scripts from the repository?

💀 them with 🔥

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 done 😉

<file src="..\nuget.package\build\LibGit2Sharp.targets" target="build\LibGit2Sharp.targets" />
<file src="..\nuget.package\build\LibGit2Sharp.props" target="build\LibGit2Sharp.props" />
<file src="..\nuget.package\build\LibGit2Sharp.targets" target="build\LibGit2Sharp.targets" />
<file src="..\nuget.package\build\LibGit2Sharp.props" target="build\LibGit2Sharp.props" />
<file src="..\Lib\NativeBinaries\libgit2.license.txt" target="App_Readme" />
</files>
</package>
0