COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210801003834/https://github.com/dotnet/wpf/blob/main/build.sh
Permalink
Cannot retrieve contributors at this time
#! /usr/bin/env bash
source=" ${BASH_SOURCE[0]} "
# resolve $SOURCE until the file is no longer a symlink
while [[ -h $source ]]; do
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
source=" $( readlink " $source " ) "
# if $source was a relative symlink, we need to resolve it relative to the path where the
# symlink file was located
[[ $source != /* ]] && source=" $scriptroot /$source "
done
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
" $scriptroot /eng/common/build.sh" --build --restore $@
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.