mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-05-18 09:35:43 +00:00
Add shared packages
This commit is contained in:
parent
6ebfde013a
commit
5b2588b47f
32 changed files with 981 additions and 7 deletions
5
scripts/package.ps1
Normal file
5
scripts/package.ps1
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
dotnet clean
|
||||
dotnet build -c Release
|
||||
dotnet pack
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
dotnet pack
|
||||
Loading…
Add table
Add a link
Reference in a new issue