mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-06-01 09:42:35 +00:00
Update projects
This commit is contained in:
parent
44dc36430a
commit
93301110b7
101 changed files with 23635 additions and 16252 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
Get-ChildItem ./releases -Filter *.nupkg -Recurse -Force | Remove-Item -Force
|
||||
|
||||
dotnet clean
|
||||
dotnet build -c Release
|
||||
dotnet pack
|
||||
dotnet pack -c Release -o ./releases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue