Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.nuget.package.cmd « nuget.package - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63c07d85c1dc7d32f5de666c14d150c97dd3b75c (plain)
1
2
3
4
5
6
7
SET BASEDIR=%~dp0

pushd %BASEDIR%

..\Lib\NuGet\NuGet.exe pack ./LibGit2Sharp.nuspec

popd