mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Add deps generation script
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
function gen_dep() {
|
||||
nuget-to-json ../../../src/$1/$1.csproj > deps/$1.json
|
||||
}
|
||||
|
||||
gen_dep "Tgstation.Server.Common"
|
||||
gen_dep "Tgstation.Server.Shared"
|
||||
gen_dep "Tgstation.Server.Api"
|
||||
gen_dep "Tgstation.Server.Host.Utils.GitLab.GraphQL"
|
||||
gen_dep "Tgstation.Server.Host"
|
||||
gen_dep "Tgstation.Server.Host.Watchdog"
|
||||
gen_dep "Tgstation.Server.Host.Console"
|
||||
Reference in New Issue
Block a user