The Wayback Machine - https://web.archive.org/web/20211215150852/https://github.com/dotnet/aspnetcore/blob/main/restore.sh
Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#!/usr/bin/env bash
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR/eng/build.sh" --all --restore --no-build "$@"