mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 03:53:02 +01:00
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ../../../src/Tgstation.Server.Host.Console
|
|
dotnet restore --packages out
|
|
nuget-to-json out > ../../build/package/nix/deps.json
|
|
rm -rf out
|