From f2e2fac618f0b656379fa32c967dcdb0dc2742dd Mon Sep 17 00:00:00 2001 From: nulltoken Date: Wed, 15 May 2013 12:09:30 +0200 Subject: Release LibGit2Sharp v0.12.0 --- nuget.package/build.nuget.package.cmd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuget.package/build.nuget.package.cmd') 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%" -- cgit v1.2.3