-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpack.sh
More file actions
executable file
·15 lines (15 loc) · 745 Bytes
/
Copy pathpack.sh
File metadata and controls
executable file
·15 lines (15 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
dotnet restore src/SimpleStack.Orm
dotnet pack -c Release -o nuget src/SimpleStack.Orm
dotnet restore src/SimpleStack.Orm.MySQL
dotnet pack -c Release -o nuget src/SimpleStack.Orm.MySQL
dotnet restore src/SimpleStack.Orm.MySQLConnector
dotnet pack -c Release -o nuget src/SimpleStack.Orm.MySQLConnector
dotnet restore src/SimpleStack.Orm.PostgreSQL
dotnet pack -c Release -o nuget src/SimpleStack.Orm.PostgreSQL
dotnet restore src/SimpleStack.Orm.SQLite
dotnet pack -c Release -o nuget src/SimpleStack.Orm.SQLite
dotnet restore src/SimpleStack.Orm.SDSQLite
dotnet pack -c Release -o nuget src/SimpleStack.Orm.SDSQLite
dotnet restore src/SimpleStack.Orm.SQLServer
dotnet pack -c Release -o nuget src/SimpleStack.Orm.SQLServer