File tree Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Expand file tree Collapse file tree 3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change 70
70
Set-Content - Encoding ASCII $ (Join-Path $projectPath " libgit2sharp_hash.txt" ) $commitSha
71
71
Run- Command { & " $ ( Join-Path $projectPath " ..\Lib\NuGet\Nuget.exe" ) " Restore " $ ( Join-Path $projectPath " ..\LibGit2Sharp.sln" ) " }
72
72
73
- # Cf. https://stackoverflow.com/questions/21728450/nuget-exclude-files-from-symbols-package-in-nuspec
74
- Run- Command { & " $ ( Join-Path $projectPath " ..\Lib\NuGet\Nuget.exe" ) " Pack - Build - Symbols " $ ( Join-Path $projectPath " LibGit2Sharp.csproj" ) " - Prop Configuration= Release - Exclude " **/NativeBinaries/**/*.*" }
75
- Run- Command { & " $ ( Join-Path $projectPath " ..\Lib\NuGet\Nuget.exe" ) " Pack " $ ( Join-Path $projectPath " LibGit2Sharp.csproj" ) " - Prop Configuration= Release }
73
+ Run- Command { & " $ ( Join-Path $projectPath " ..\Lib\NuGet\Nuget.exe" ) " Pack - Build - Symbols " $ ( Join-Path $projectPath " LibGit2Sharp.csproj" ) " - Prop Configuration= Release}
76
74
}
77
75
finally {
78
76
Pop-Location
Original file line number Diff line number Diff line change 12
12
<releaseNotes >https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md#libgit2sharp-changes</releaseNotes >
13
13
<iconUrl >https://github.com/libgit2/libgit2sharp/raw/master/square-logo.png</iconUrl >
14
14
<tags >libgit2 git wrapper bindings API dvcs vcs</tags >
15
- <references >
16
- <reference file =" LibGit2Sharp.dll" />
17
- </references >
18
15
</metadata >
19
16
<files >
20
- <file src =" ..\Lib\NativeBinaries\**\*.dll" target =" lib\net40\NativeBinaries" />
21
- <file src =" ..\Lib\NativeBinaries\**\*.pdb" target =" lib\net40\NativeBinaries" />
22
17
<file src =" ..\README.md" target =" App_Readme\LibGit2Sharp.README.md" />
23
18
<file src =" ..\LICENSE.md" target =" App_Readme\LibGit2Sharp.LICENSE.md" />
24
19
<file src =" ..\CHANGES.md" target =" App_Readme\LibGit2Sharp.CHANGES.md" />
25
- <file src =" ..\nuget.package\build\*.*" target =" build\net40" />
26
- <file src =" ..\Lib\NativeBinaries\libgit2.license.txt" target =" App_Readme" />
27
20
</files >
28
21
</package >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments