mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-05-06 14:57:28 +00:00
Publish to nuget
This commit is contained in:
parent
79236af76b
commit
53edd9bfbb
5 changed files with 25 additions and 2 deletions
7
scripts/package.ps1
Normal file
7
scripts/package.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
Get-ChildItem ./releases -Filter *.nupkg -Recurse -Force | Remove-Item -Force
|
||||
|
||||
dotnet clean
|
||||
dotnet build -c Release
|
||||
dotnet pack -c Release -o ./releases
|
||||
Loading…
Add table
Add a link
Reference in a new issue