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:
@ -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:
|
||||
|
Reference in New Issue
Block a user