mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
upgrade project tooling to .NET Core 3.1 (#2089)
This commit is contained in:
5
build.sh
5
build.sh
@@ -6,10 +6,13 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
echo "new limit: `ulimit -n`"
|
||||
fi
|
||||
|
||||
echo "Restoring global tools"
|
||||
dotnet tool restore
|
||||
|
||||
cd build
|
||||
echo "Preparing Cake.Frosting build runner..."
|
||||
dotnet restore
|
||||
|
||||
echo "Executing Cake.Frosting build runner..."
|
||||
echo "dotnet run -- $@"
|
||||
dotnet run -- "$@"
|
||||
dotnet run -- "$@"
|
||||
|
||||
Reference in New Issue
Block a user