fixes this build
This commit is contained in:
parent
36722d338b
commit
a37aa4be96
3 changed files with 15 additions and 17 deletions
|
|
@ -17,6 +17,8 @@ project.lock.json:
|
|||
@# fixing package id reference case, to System.Xml, from package NJsonSchema.CodeGeneration.CSharp
|
||||
sed 's/System.XML/System.Xml/' project.lock.json > project.lock.json.new && mv project.lock.json.new project.lock.json
|
||||
|
||||
$(BINTARGETPATH): project.lock.json
|
||||
|
||||
run: $(BINTARGETPATH)
|
||||
ASPNET_ENV=$(ASPNET_ENV) dnx --configuration=$(CONFIGURATION) run send monthly
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue