File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd" >
33 <metadata minClientVersion =" 2.7" >
4- <id >$id$</id >
4+ <id >$id$-SSH </id >
55 <version >$version$</version >
66 <authors >$author$</authors >
77 <owners >nulltoken</owners >
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 >
You can’t perform that action at this time.
0 commit comments