update build guide (#1276)

I ran into an issue but the symptom doesn't match the documented one, so adding the one I saw.
This commit is contained in:
Alan Ren
2021-11-01 12:57:08 -07:00
committed by GitHub
parent e246bc5325
commit 42fe871f27

View File

@@ -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