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

This commit is contained in:
2018-07-12 18:17:59 +02:00
parent 395f95d8ae
commit a52da09b24

View File

@ -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: