2 lines
113 B
Bash
2 lines
113 B
Bash
#!/bin/bash
|
|
dotnet nuget push "$(ls -t ./bin/Debug/Polonium.Generators.*.nupkg | head -n 1)" --source hangman-lab |