git status -s

vnext
Paul Schneider 4 years ago
parent 68b6bd45d8
commit 60327521ef
1 changed files with 1 additions and 1 deletions

@ -67,7 +67,7 @@ $(NUGETSOURCE)/$(PKGFILENAME): $(BINTARGETPATH) ../../version.txt
ifeq ($(git_status),0)
nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory bin
else
git status
$(error $(shell git status -s))
$(error Please, commit your changes before publishing your NuGet packages)
endif

Loading…