From 3fea28a830fc935de45849519bc9d164c784bf13 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 5 Apr 2021 04:08:47 +0100 Subject: [PATCH] skip git status --- scripts/make/dnx.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/make/dnx.mk b/scripts/make/dnx.mk index 38011629..6ee6def9 100644 --- a/scripts/make/dnx.mk +++ b/scripts/make/dnx.mk @@ -66,12 +66,7 @@ pack: $(NUGETSOURCE)/$(PKGFILENAME) git_status_msg := $(shell git status -s) $(NUGETSOURCE)/$(PKGFILENAME): $(BINTARGETPATH) ../../version.txt -ifeq ($(git_status),0) nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin -else - $(info $(git_status_msg)) - $(error Please, git_status: $(git_status), git_status_msg: $(git_status_msg), commit your changes before publishing your NuGet packages) -endif deploy-pkg: pack @mv bin/$(PKGFILENAME) $(NUGETSOURCE)