Commit Description:
Add bulldozer tool....
Commit Description:
Add bulldozer tool. Adds a bulldozer tool for removing structures. For the moment, works like dezone, i.e., it can delete entire areas rather than working on one area at a time.
File last commit:
Show/Diff file:
Action:
FNA/lib/SDL2-CS/gitlab-ci/deploy.sh
9 lines | 158 B | application/x-sh | BashLexer
#!/bin/bash
set -e
nuget setApiKey $NUGET_API_KEY -verbosity quiet
for package in `find *.nupkg`; do
nuget push $package -source https://nuget.org/
done