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:
parent
7efb22cb2b
commit
c0041728c4
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue