Skip to content

merge dd/issues/2 #5

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

Merged
merged 31 commits into from
Mar 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
78784c2
Update LibGit2Sharp.csproj
lytico Jan 3, 2021
2f9528f
Update libgit2sharp.yml
lytico Jan 3, 2021
5e710ed
Update libgit2sharp.yml
lytico Jan 3, 2021
0f4aae0
Update libgit2sharp.yml
lytico Jan 3, 2021
dded54f
Update version.json
lytico Jan 3, 2021
14e289e
LibGit2Sharp.Tests.csproj: adjust TargetFramework & RuntimeIdentifiers
lytico Jan 4, 2021
7484a14
libgit2sharp.yml: try fetch v1
lytico Jan 4, 2021
a8a0c1f
libgit2sharp.yml: try fetch v2 fetch-depth: 0
lytico Jan 4, 2021
6695743
libgit2sharp.yml: split build and test
lytico Jan 4, 2021
287d6a8
libgit2sharp.yml: make release
lytico Jan 4, 2021
b100792
Update libgit2sharp.yml
lytico Jan 4, 2021
f935193
Update libgit2sharp.yml
lytico Jan 4, 2021
eeb8873
Update libgit2sharp.yml
lytico Jan 4, 2021
ef47336
Update libgit2sharp.yml
lytico Jan 4, 2021
78a9f28
Update libgit2sharp.yml
lytico Jan 4, 2021
11438da
Update libgit2sharp.yml
lytico Jan 4, 2021
eabe890
Update libgit2sharp.yml
lytico Jan 4, 2021
510292e
Update libgit2sharp.yml
lytico Jan 4, 2021
e9604a2
Update libgit2sharp.yml
lytico Jan 4, 2021
29cf3c0
Update libgit2sharp.yml
lytico Jan 4, 2021
ffafb21
Update libgit2sharp.yml
lytico Jan 4, 2021
8c85ba3
Update libgit2sharp.yml
lytico Jan 4, 2021
d9384f9
Update libgit2sharp.yml
lytico Jan 4, 2021
ef6eecd
Update libgit2sharp.yml
lytico Jan 4, 2021
5335a18
Update libgit2sharp.yml
lytico Jan 4, 2021
3c570be
Update libgit2sharp.yml
lytico Jan 11, 2021
3a544af
upgrade LibGit2Sharp.NativeBinaries to 2.0.312 & version.json
lytico Jan 26, 2021
d9f7324
Fix error in marshaling GitStatusOptions
Molytho Feb 16, 2021
8fb860e
Merge pull request #4 from Molytho/dd/issues/2
lytico Feb 16, 2021
b9e1238
Update libgit2sharp.yml
lytico Feb 16, 2021
3e88e58
try to build/test on debian buster
lytico Feb 16, 2021
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
Update libgit2sharp.yml
  • Loading branch information
lytico authored Jan 3, 2021
commit 2f9528f2d4d8ce7c2951a1ed4fa38c36dc8ef8aa
4 changes: 2 additions & 2 deletions .github/workflows/libgit2sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: .NET

on:
push:
branches: [ dotdevelop ]
branches: [ dotdevelop_tryBuild ]
pull_request:
branches: [ dotdevelop ]
branches: [ dotdevelop_tryBuild ]

jobs:
build:
Expand Down