8000 Fixes nuget package building · libgit2/libgit2sharp@47ee17f · GitHub
[go: up one dir, main page]

Skip to content

Commit 47ee17f

Browse files
committed
Fixes nuget package building
1 parent fff088a commit 47ee17f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ after_test:
137137
-nf Core\UniqueIdentifier.cs `
138138
-nf Properties\AssemblyInfo.cs `
139139
-r .. `
140-
-u 'https://raw.githubusercontent.com/libgit2/libgit2sharp/{0}/%var2%' }
140+
-u 'https://raw.githubusercontent.com/leobuskin/libgit2sharp-ssh/{0}/%var2%' }
141141
142142
Add-Type -Path "$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp\bin\Release\LibGit2Sharp.dll"
143143
Write-Host "LibGit2Sharp version = $([LibGit2Sharp.GlobalSettings]::Version)" -ForegroundColor "Magenta"

nuget.package/LibGit2Sharp.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
33
<metadata minClientVersion="2.7">
< 96E1 div aria-hidden="true" style="left:-2px" class="position-absolute top-0 d-flex user-select-none DiffLineTableCellParts-module__in-progress-comment-indicator--hx3m3">
4-
<id>$id$</id>
4+
<id>$id$-SSH</id>
55
<version>$version$</version>
66
<authors>$author$</authors>
77
<owners>nulltoken</owners>
@@ -10,7 +10,7 @@
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>$description$</description>
1212
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md#libgit2sharp-changes</releaseNotes>
13-
<iconUrl>https://github.com/libgit2/libgit2sharp/raw/master/square-logo.png</iconUrl>
13+
<iconUrl>https://github.com/leobuskin/libgit2sharp-ssh/raw/master/square-logo.png</iconUrl>
1414
<tags>libgit2 git wrapper bindings API dvcs vcs ssh</tags>
1515
</metadata>
1616
<files>

0 commit comments

Comments
 (0)
0