From a52da09b247f68f3d5ded25641535bd0ae2fc77a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 12 Jul 2018 18:17:59 +0200 Subject: [PATCH] publish must be executed befor nuget package, or git repo will be affected at publishing time, after having created the package, and make all fails --- Yavsc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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: