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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-05-15 14:09:30 +0400
committernulltoken <emeric.fermas@gmail.com>2013-06-02 23:04:47 +0400
commitf2e2fac618f0b656379fa32c967dcdb0dc2742dd (patch)
treee2c55353ccfd17c594e657af3e23c92d2dd65203 /nuget.package
parentb2e43678282f374e276ae61eba31ed8c3c9fb238 (diff)
Release LibGit2Sharp v0.12.0v0.12.0
Diffstat (limited to 'nuget.package')
-rw-r--r--nuget.package/build.nuget.package.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuget.package/build.nuget.package.cmd b/nuget.package/build.nuget.package.cmd
index e36c3f15..6def1d6d 100644
--- a/nuget.package/build.nuget.package.cmd
+++ b/nuget.package/build.nuget.package.cmd
@@ -3,6 +3,11 @@ SET BASEDIR=%~dp0
SET SRCDIR=%BASEDIR%..\LibGit2Sharp\
SET CommitSha=%~1
+IF "%CommitSha%" == "" (
+ ECHO "Please provide the Libgit2Sharp commit Sha this package is being built from."
+ EXIT /B 1
+)
+
REM the nuspec file needs to be next to the csproj, so copy it there during the pack operation
COPY "%BASEDIR%LibGit2Sharp.nuspec" "%SRCDIR%"