wip backend package
This commit is contained in:
parent
0d82e4444a
commit
5ae9b62df3
8 changed files with 591 additions and 35 deletions
6
tanks-backend/gen-deps.sh
Normal file
6
tanks-backend/gen-deps.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
dotnet restore --packages out
|
||||
|
||||
nuget-to-json out > deps.json
|
Loading…
Add table
Add a link
Reference in a new issue