8000 First stable build · libgit2/libgit2sharp@c9d64f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9d64f2

Browse files
committed
First stable build
1 parent f2cebbc commit c9d64f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LibGit2Sharp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="LibGit2Sharp.NativeBinaries" version="1.0.160" targetFramework="net4" allowedVersions="[1.0.160]" />
3+
<package id="LibGit2Sharp-SSH.NativeBinaries" version="1.0.4" targetFramework="net4" allowedVersions="[1.0.4]" />
44
</packages>

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ clone_folder: C:\projects\libgit2sharp
1111

1212
environment:
1313
coveralls_token:
14-
secure: ixIsBslo9NheDb5lJknF58EYdgvZ0r3/L0ecRiXjfXmjHBLvoSU6/ZRwaMM+BAlG
14+
secure: yJeN1Bg1gr+uMQwGuyI0eB1DaOrYFlCGdFvsxQ+ghRY1WYcTtxrmYVWET2YHZHkO
1515
coverity_token:
16-
secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
16+
secure: Qt0nW2AGSg53C5CtP/qjXShqq8GJQIzeKqV6bPbTLRk=
1717
coverity_email:
18-
secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
18+
secure: SdBQ5hDR0q/uA+NNJPiKM5nv606Q2zJOg0BlAP2hwds=
1919
version : 0.23.0
2020
matrix:
2121
- xunit_runner: xunit.console.x86.exe
@@ -172,7 +172,7 @@ after_test:
172172
--form "file=@$Env:APPVEYOR_BUILD_FOLDER\$Env:APPVEYOR_PROJECT_NAME.zip" `
173173
--form version="$Env:APPVEYOR_REPO_COMMIT" `
174174
--form description="CI server scheduled build." `
175-
https://scan.coverity.com/builds?project=libgit2%2Flibgit2sharp
175+
https://scan.coverity.com/builds?project=leobuskin%2Flibgit2sharp-ssh
176176
177177
cat .\curl-out.txt
178178
}

0 commit comments

Comments
 (0)
0