diff --git a/scripts/make/dnx.mk b/scripts/make/dnx.mk index aae05d7c..1d442e5e 100644 --- a/scripts/make/dnx.mk +++ b/scripts/make/dnx.mk @@ -67,6 +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 Please, commit your changes before publishing your NuGet packages) endif