Skip to content

Commit e497b5a

Browse files
authored
Add table to README with links to nightly builds (#51534)
* Add table with nightly build downloads to README * Fixup * Size * Update DailyBuilds.md * Fix typo
1 parent b703708 commit e497b5a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,19 @@ These are some other repos for related projects:
4343
## Code of conduct
4444

4545
See [CODE-OF-CONDUCT](./CODE-OF-CONDUCT.md)
46+
47+
## Nightly builds
48+
49+
| Platform | Runtime (Installer) | Runtime (Binaries) | Hosting Bundle (Installer) |
50+
| :--------- | :----------: | :----------: | :----------: |
51+
| **Windows x64** | [Installer](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x64.exe) | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x64.zip) | [Installer](aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe) |
52+
| **Windows x86** | [Installer](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x86.exe) | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-x86.zip) | [Installer](aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe) |
53+
| **Windows arm64** | [Installer](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-arm64.exe) | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-win-arm64.zip) | [Installer](aka.ms/dotnet/9.0/daily/dotnet-hosting-win.exe) |
54+
| **macOS x64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-osx-x64.tar.gz) | **N/A** |
55+
| **macOS arm64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-osx-arm64.tar.gz) | **N/A** |
56+
| **Linux x64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-x64.tar.gz) | **N/A** |
57+
| **Linux arm** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-arm.tar.gz) | **N/A** |
58+
| **Linux arm64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-arm64.tar.gz) | **N/A** |
59+
| **Linux-musl-x64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-x64.tar.gz) | **N/A** |
60+
| **Linux-musl-arm** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-arm.tar.gz) | **N/A** |
61+
| **Linux-musl-arm64** | **N/A** | [Binaries](aka.ms/dotnet/9.0/daily/aspnetcore-runtime-linux-musl-arm64.tar.gz) | **N/A** |

docs/DailyBuilds.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ These are available in the [Visual Studio Preview](https://www.visualstudio.com/
4444
* *Enable source server support* in Visual should be enabled.
4545
* *Enable Just My Code* should be disabled
4646
* Under Symbols enable the *Microsoft Symbol Servers* setting.
47+
48+
## Downloading daily builds of aspnetcore
49+
50+
Links to our daily builds can be found [here](https://github.com/dotnet/aspnetcore/blob/main/README.md#nightly-builds).

0 commit comments

Comments
 (0)