yavscd in prod

This commit is contained in:
Paul Schneider 2019-12-11 16:42:07 +00:00
commit e289c1bbd9
21 changed files with 75 additions and 137 deletions

View file

@ -61,5 +61,11 @@
"System.Net": {},
"System.Xml": {}
}
},
"scripts": {
"postrestore": [
"grep -v '\\.\\.dll' project.lock.json > new.project.lock.json",
"mv new.project.lock.json project.lock.json"
]
}
}