[compare-commits] We don't use XmlDocSync anymore, so remove workaround for NuGet.config. (#15011)

This commit is contained in:
Rolf Bjarne Kvinge 2022-05-13 09:04:47 +02:00 коммит произвёл GitHub
Родитель 706663845d
Коммит b05687f7aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -155,11 +155,6 @@ rm -Rf "$OUTPUT_DIR"
mkdir -p "$OUTPUT_DIR"
mkdir -p "$OUTPUT_SRC_DIR"
# The top-level NuGet.config interferes with the build in XmlSync (for some
# reason NuGet picks up the top-level NuGet.config instead of the NuGet.config
# in XmlSync - even though all documentation I've read states otherwise).
mv "$ROOT_DIR/NuGet.config" "$ROOT_DIR/NuGet.config.disabled"
cd "$OUTPUT_SRC_DIR"
git clone https://github.com/xamarin/xamarin-macios --reference "$ROOT_DIR"
cd xamarin-macios
@ -180,9 +175,6 @@ if ! make install -j8; then
exit 1
fi
# Restore NuGet.config
mv "$ROOT_DIR/NuGet.config.disabled" "$ROOT_DIR/NuGet.config"
#
# API diff
#