send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
2890e10339
18 changed files with 47 additions and 27 deletions
|
|
@ -5,9 +5,14 @@ CONFIGURATION=Release
|
|||
ASPNET_LOG_LEVEL=info #warn
|
||||
HOSTING=localhost
|
||||
HOSTADMIN=root
|
||||
FRMWRK=dnx451
|
||||
BINTARGET=Yavsc.dll
|
||||
BINTARGETPATH=bin/$(CONFIGURATION)/$(FRMWRK)/$(BINTARGET)
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
||||
all: bin/$(CONFIGURATION)
|
||||
$(BINTARGETPATH):
|
||||
dnu build
|
||||
|
||||
deploy: clean pushInPre pushInProd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue