Files
nadekobot/src/Nadeko.Medusa/pack-and-push.ps1
2022-04-16 12:44:46 +00:00

2 lines
162 B
PowerShell

dotnet pack -o bin/Release/packed
dotnet nuget push bin/Release/packed/ --api-key $env:nadeko_myget_api_key --source https://www.myget.org/F/nadeko/api/v2/package