wip backend package
This commit is contained in:
parent
5ae9b62df3
commit
11da297253
5 changed files with 216 additions and 66 deletions
8
tanks-backend/gen-deps.sh
Normal file → Executable file
8
tanks-backend/gen-deps.sh
Normal file → Executable file
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
dotnet restore --packages out
|
||||
# first time
|
||||
# dotnet restore --packages out
|
||||
# nuget-to-json out > deps.json
|
||||
|
||||
nuget-to-json out > deps.json
|
||||
# update
|
||||
nix build ".?submodules=1#servicepoint-tanks-backend.fetch-deps"
|
||||
./result deps.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue