mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-09 21:01:07 +00:00
Migrate to new tribufu project structure
This commit is contained in:
parent
be25ee8fe3
commit
6ef2762a64
114 changed files with 35 additions and 26 deletions
7
Scripts/Package.ps1
Normal file
7
Scripts/Package.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
Get-ChildItem ./Intermediate -Filter *.nupkg -Recurse -Force | Remove-Item -Force
|
||||
|
||||
dotnet clean
|
||||
dotnet build -c Release
|
||||
dotnet pack -c Release -o ./Intermediate
|
||||
Loading…
Add table
Add a link
Reference in a new issue