From 42fe871f27eb75a8a2e83f718f9e129658cd78a4 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Mon, 1 Nov 2021 12:57:08 -0700 Subject: [PATCH] update build guide (#1276) I ran into an issue but the symptom doesn't match the documented one, so adding the one I saw. --- BUILD.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BUILD.md b/BUILD.md index c62ed7d2..ee62a397 100644 --- a/BUILD.md +++ b/BUILD.md @@ -74,6 +74,16 @@ The build script itself is `build.cake`, written in Cake's C#-like DSL using the If you're having issues installing all of the Nuget packages from the `build.(cmd|ps1|sh)` it may be because TLS 1.2 is disabled on your machine. See https://stackoverflow.com/questions/20445638/nuget-fails-the-underlying-connection-was-closed-an-unexpected-error-occurred for more details and ways to fix it. +This solution also works for failures with the following messages: + +``` +WARNING: Unable to find version '12.0.3' of package 'Newtonsoft.Json'. +WARNING: Unable to find version '0.37.0' of package 'Cake'. +WARNING: Unable to find version '3.1.0' of package 'Microsoft.Data.Tools.StringResourceTool'. +WARNING: Unable to find version '2.4.1' of package 'xunit.runner.console'. +WARNING: Unable to find version '1.0.0' of package 'Mono.TextTransform'. +``` + ## Cake Configuration files