Fix build instructions / info for README.md (#14847)
This commit is contained in:
parent
52b37f406b
commit
075be5a08a
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ The dependencies for building .NET from source can be found [here](https://githu
|
|||
./prep.sh
|
||||
```
|
||||
|
||||
On arm64, please use `./prep.sh --bootstrap` instead. This issue is being tracked [here](https://github.com/dotnet/source-build/issues/2758).
|
||||
On arm64, please use `./prep.sh --bootstrap` instead.
|
||||
|
||||
3. Build the .NET SDK
|
||||
|
||||
|
@ -104,7 +104,7 @@ The dependencies for building .NET from source can be found [here](https://githu
|
|||
|
||||
Visibility|All legs|
|
||||
|:------|:------|
|
||||
|Public|[![Status](https://dev.azure.com/dnceng/public/_apis/build/status/176)](https://dev.azure.com/dnceng/public/_build?definitionId=176)|
|
||||
|Public|[![Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/20)](https://dev.azure.com/dnceng/public/_build?definitionId=20)|
|
||||
|Microsoft Internal|[![Status](https://dev.azure.com/dnceng/internal/_apis/build/status/286)](https://dev.azure.com/dnceng/internal/_build?definitionId=286)|
|
||||
|
||||
## Installers and Binaries
|
||||
|
|
Loading…
Reference in a new issue