diff --git a/Yavsc/Makefile b/Yavsc/Makefile index f3178c85..90bb81d5 100644 --- a/Yavsc/Makefile +++ b/Yavsc/Makefile @@ -21,6 +21,11 @@ endif default: pushInPre +publish: + ASPNET_ENV=$(ASPNET_ENV) dnu publish + +deploy-pkg: publish + deploy: pushInPre pushInProd ../Yavsc.Server/bin/$(CONFIGURATION)/Yavsc.Server.dll: