[rc20-alpah4]

This commit is contained in:
2018-05-22 00:34:30 +02:00
parent 1ea3cb749c
commit 67adf7c250
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