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: 091d957194f287ab8b213c6d504169526ef609c8 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -euo pipefail

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