[rc20-alpah4]

This commit is contained in:
Paul Schneider 2018-05-22 00:34:30 +02:00
commit 864a950c45
17 changed files with 83 additions and 38 deletions

2
dnx.mk
View file

@ -62,7 +62,7 @@ bin/output/wwwroot/version: bin/output
$(NUGETSOURCE)/$(PKGFILENAME): $(BINTARGETPATH) $(SOLUTIONDIR)/rc-num.txt
ifeq ($(git_status),0)
nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory $(NUGETSOURCE)/$(PRJNAME)
nuget pack $(PRJNAME).nuspec -Version $(VERSION) -Properties config=$(CONFIGURATION) -OutputDirectory $(NUGETSOURCE)
else
$(error Please, commit your changes before publishing your NuGet packages)
endif