Welcome to mirror list, hosted at ThFree Co, Russian Federation.

restore.sh - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a6d0ac5ce758ab2a49240c289ad143b930bc07d (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -euo pipefail

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR/build.sh" --all --restore --no-build "$@"